File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 8.0.0-a21
2
+
3
+ #### IECoreMaya
4
+
5
+ - Changing base class for DrawableHolder (from MPxLocatorNode to MPxSurfaceShape ) to solve a selection bug.
6
+ Warning: This breaks binary compatibility with any DrawableHolder derived class.
7
+
8
+
1
9
# 8.0.0-a20
2
10
3
11
#### IECore
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ SConsignFile()
53
53
ieCoreMajorVersion = 8
54
54
ieCoreMinorVersion = 0
55
55
ieCorePatchVersion = 0
56
- ieCoreVersionSuffix = "a20 " # used for alpha/beta releases. Example: "a1", "b2", etc.
56
+ ieCoreVersionSuffix = "a21 " # used for alpha/beta releases. Example: "a1", "b2", etc.
57
57
58
58
###########################################################################################
59
59
# Command line options
You can’t perform that action at this time.
0 commit comments