File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
14
# 8.0.0-b5
2
15
3
16
#### IECore
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ SConsignFile()
53
53
ieCoreMajorVersion = 8
54
54
ieCoreMinorVersion = 0
55
55
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.
57
57
58
58
###########################################################################################
59
59
# Command line options
You can’t perform that action at this time.
0 commit comments