Skip to content

Commit 058f4b8

Browse files
committed
updated changes, bumped version to 9.0.0-a4
1 parent 3429109 commit 058f4b8

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

Changes

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
# 9.0.0-a4
2+
13
#### IECore
24

35
- Bug fix in StreamIndexedIO that was causing sporadic crashes when loading SceneCaches during procedural expansion.
4-
6+
- Fixed some minor bounding box bugs in IECore.SceneCache
7+
- Child bounds can now dilate bounds explicitly specified using IECore.SceneCache.writeBound()
8+
- IECore.LinkedScene now supports extra children at link locations
9+
- Fixed TransformOp double transform bug
510

611
# 9.0.0-a3
712

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ SConsignFile()
5353
ieCoreMajorVersion=9
5454
ieCoreMinorVersion=0
5555
ieCorePatchVersion=0
56-
ieCoreVersionSuffix="a3" # used for alpha/beta releases. Example: "a1", "b2", etc.
56+
ieCoreVersionSuffix="a4" # used for alpha/beta releases. Example: "a1", "b2", etc.
5757

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

0 commit comments

Comments
 (0)