File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 8.0.0-b7
2
+
3
+ #### IECore
4
+
5
+ - Added TransferSmoothSkinningWeightsOp
6
+ - Added GIL release for DisplayDriver imageData and imageClose binding
7
+
8
+ #### IECoreMaya
9
+
10
+ - Added ToMayaCurveConverter
11
+
12
+ #### IECoreHoudini
13
+
14
+ - Houdini 13 Compatibility (requires H13.0.267 to pass tests)
15
+ - Fixed HoudiniScene custom attribute bug when two callbacks define the same attribute
16
+ - Fixed exception when reading HoudiniScene custom attributes that didn't exist in the underlying scene
17
+ - Using handles instead of strings when validating the DetailSplitter
18
+
1
19
# 8.0.0-b6
2
20
3
21
#### 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 = "b6 " # used for alpha/beta releases. Example: "a1", "b2", etc.
56
+ ieCoreVersionSuffix = "b7 " # 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