Skip to content

Commit

Permalink
Bumped beta version and updated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkaufman committed Nov 22, 2013
1 parent 0632397 commit 4176f33
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 8.0.0-b3

#### IECore

- Fixed compile issue on Ubuntu

#### IECoreHoudini

- 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.
- Guaranteed SceneCache SOP shape/point order by sorting children by name before loading.
- Preventing crash in SceneCache ROP when cooking inside an invisible OBJ subnet.

# 8.0.0-b2

#### IECore
Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ SConsignFile()
ieCoreMajorVersion=8
ieCoreMinorVersion=0
ieCorePatchVersion=0
ieCoreVersionSuffix="b2" # used for alpha/beta releases. Example: "a1", "b2", etc.
ieCoreVersionSuffix="b3" # used for alpha/beta releases. Example: "a1", "b2", etc.

###########################################################################################
# Command line options
Expand Down

0 comments on commit 4176f33

Please sign in to comment.