Skip to content

Commit 4176f33

Browse files
committed
Bumped beta version and updated changes
1 parent 0632397 commit 4176f33

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Changes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 8.0.0-b3
2+
3+
#### IECore
4+
5+
- Fixed compile issue on Ubuntu
6+
7+
#### IECoreHoudini
8+
9+
- Improving performance of SceneCache SOP. This brings the animated performance back inline with 8.0.0-b1, while maintaining (if not improving) the on-load performance from 8.0.0-b2.
10+
- Guaranteed SceneCache SOP shape/point order by sorting children by name before loading.
11+
- Preventing crash in SceneCache ROP when cooking inside an invisible OBJ subnet.
12+
113
# 8.0.0-b2
214

315
#### 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="b2" # used for alpha/beta releases. Example: "a1", "b2", etc.
56+
ieCoreVersionSuffix="b3" # used for alpha/beta releases. Example: "a1", "b2", etc.
5757

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

0 commit comments

Comments
 (0)