Skip to content

Commit af67a35

Browse files
IECore/TypeIds.h : Reserve new Id range for Gaffer 1.6
1 parent e8bc39a commit af67a35

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

include/IECore/TypeIds.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,8 @@ enum TypeId
284284
FirstCoreMayaTypeId = 109000,
285285
LastCoreMayaTypeId = 109999,
286286

287-
FirstGafferTypeId = 110000,
288-
LastGafferTypeId = 110999,
287+
OldFirstGafferTypeId = 110000, // Used by Gaffer 1.5 and earlier
288+
OldLastGafferTypeId = 110999,
289289

290290
FirstCoreHoudiniTypeId = 111000,
291291
LastCoreHoudiniTypeId = 111999,
@@ -308,6 +308,9 @@ enum TypeId
308308
FirstCoreVDBTypeId = 117000,
309309
LastCoreVDBTypeId = 117999,
310310

311+
FirstGafferTypeId = 118000, // Used by Gaffer 1.6 and later
312+
LastGafferTypeId = 127999,
313+
311314
// TypeIds dynamically allocated by registerRunTimeTyped (IECore Python)
312315
FirstDynamicTypeId = 300000,
313316
LastDynamicTypeId = 399999,

0 commit comments

Comments
 (0)