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+
119# 8.0.0-b6
220
321#### IECore
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ SConsignFile()
5353ieCoreMajorVersion = 8
5454ieCoreMinorVersion = 0
5555ieCorePatchVersion = 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.
5757
5858###########################################################################################
5959# Command line options
You can’t perform that action at this time.
0 commit comments