Skip to content

Commit 29691eb

Browse files
committed
TypeIds.h : Added range for AtomsGaffer
1 parent d11640d commit 29691eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/IECore/TypeIds.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,9 @@ enum TypeId
312312
FirstGafferTypeId = 118000, // Used by Gaffer 1.6 and later
313313
LastGafferTypeId = 127999,
314314

315+
FirstAtomsGafferTypeId = 128000, // Used by AtomsGaffer
316+
LastAtomsGafferTypeId = 128999,
317+
315318
// TypeIds dynamically allocated by registerRunTimeTyped (IECore Python)
316319
FirstDynamicTypeId = 300000,
317320
LastDynamicTypeId = 399999,

0 commit comments

Comments
 (0)