We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11640d commit 8240ac5Copy full SHA for 8240ac5
Changes
@@ -1,7 +1,10 @@
1
10.6.x.x (relative to 10.6.0.1)
2
========
3
4
+API
5
+---
6
7
+- TypeIds : Claimed range for AtomsGaffer.
8
9
10.6.0.1 (relative to 10.6.0.0)
10
include/IECore/TypeIds.h
@@ -312,6 +312,9 @@ enum TypeId
312
FirstGafferTypeId = 118000, // Used by Gaffer 1.6 and later
313
LastGafferTypeId = 127999,
314
315
+ FirstAtomsGafferTypeId = 128000, // Used by AtomsGaffer
316
+ LastAtomsGafferTypeId = 128999,
317
+
318
// TypeIds dynamically allocated by registerRunTimeTyped (IECore Python)
319
FirstDynamicTypeId = 300000,
320
LastDynamicTypeId = 399999,
0 commit comments