File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -284,8 +284,8 @@ enum TypeId
284
284
FirstCoreMayaTypeId = 109000 ,
285
285
LastCoreMayaTypeId = 109999 ,
286
286
287
- FirstGafferTypeId = 110000 ,
288
- LastGafferTypeId = 110999 ,
287
+ OldFirstGafferTypeId = 110000 , // Used by Gaffer 1.5 and earlier
288
+ OldLastGafferTypeId = 110999 ,
289
289
290
290
FirstCoreHoudiniTypeId = 111000 ,
291
291
LastCoreHoudiniTypeId = 111999 ,
@@ -308,6 +308,9 @@ enum TypeId
308
308
FirstCoreVDBTypeId = 117000 ,
309
309
LastCoreVDBTypeId = 117999 ,
310
310
311
+ FirstGafferTypeId = 118000 , // Used by Gaffer 1.6 and later
312
+ LastGafferTypeId = 127999 ,
313
+
311
314
// TypeIds dynamically allocated by registerRunTimeTyped (IECore Python)
312
315
FirstDynamicTypeId = 300000 ,
313
316
LastDynamicTypeId = 399999 ,
You can’t perform that action at this time.
0 commit comments