Skip to content

Commit 2940077

Browse files
committed
Updating beta versions and changes
1 parent 6320c39 commit 2940077

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Changes

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 8.0.0-b6
2+
3+
#### IECore
4+
5+
- LinkedScene( SceneInterfacePtr ) supports writable scenes
6+
- Fixed SceneCache from IndexedIO bug
7+
- Fixed linking issues with IECore::CamelCase
8+
9+
#### IECoreHoudini
10+
11+
- SceneCache SOP transforms all Point, Normal, and Vector primitive variables (previously it only transformed P and N)
12+
- Preventing double cooking in HoudiniScene::scene( path )
13+
114
# 8.0.0-b5
215

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

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

0 commit comments

Comments
 (0)