Skip to content

Commit ddb3e30

Browse files
committed
Updating version and changes
1 parent 0486c66 commit ddb3e30

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

Changes

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ SConsignFile()
5353
ieCoreMajorVersion=8
5454
ieCoreMinorVersion=0
5555
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.
5757

5858
###########################################################################################
5959
# Command line options

0 commit comments

Comments
 (0)