Skip to content

Commit 88b5af7

Browse files
authored
Merge pull request #1490 from ivanimanishi/AtomsGafferTypeIds
TypeIds.h : Added range for AtomsGaffer
2 parents d11640d + 8240ac5 commit 88b5af7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
10.6.x.x (relative to 10.6.0.1)
22
========
33

4+
API
5+
---
46

7+
- TypeIds : Claimed range for AtomsGaffer.
58

69
10.6.0.1 (relative to 10.6.0.0)
710
========

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)