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 @@ -285,8 +285,8 @@ enum TypeId
285285 FirstCoreMayaTypeId = 109000 ,
286286 LastCoreMayaTypeId = 109999 ,
287287
288- FirstGafferTypeId = 110000 ,
289- LastGafferTypeId = 110999 ,
288+ OldFirstGafferTypeId = 110000 , // Used by Gaffer 1.5 and earlier
289+ OldLastGafferTypeId = 110999 ,
290290
291291 FirstCoreHoudiniTypeId = 111000 ,
292292 LastCoreHoudiniTypeId = 111999 ,
@@ -309,6 +309,9 @@ enum TypeId
309309 FirstCoreVDBTypeId = 117000 ,
310310 LastCoreVDBTypeId = 117999 ,
311311
312+ FirstGafferTypeId = 118000 , // Used by Gaffer 1.6 and later
313+ LastGafferTypeId = 127999 ,
314+
312315 // TypeIds dynamically allocated by registerRunTimeTyped (IECore Python)
313316 FirstDynamicTypeId = 300000 ,
314317 LastDynamicTypeId = 399999 ,
You can’t perform that action at this time.
0 commit comments