Commit 1d1d5ec 1 parent 1774769 commit 1d1d5ec Copy full SHA for 1d1d5ec
File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ 8.0.0-a16 :
2
+
3
+ IECoreMaya
4
+ - Fixed bug in SceneShape compute which prevented drawing on file open/import
5
+
6
+ IECoreHoudini
7
+ - Added ForceObjects parameter to SceneCache ROP (to force what is expanded and what is a link)
8
+ - Added a ParticleSystem when converting PointsPrimitives to Houdini
9
+ - Fixed point doulbing bug with SceneCache SOP loading a PointsPrimitive
10
+ - Fixed bug when writing multiple frames of re-rooted scenes
11
+ - Fixed HoudiniScene bugs for flattened geometry (SOPs with gaps in the geo hierarchy can now be cached)
12
+ - SceneCache tagFilter supports SceneInterfaces with no tags
13
+
1
14
8.0.0-a15 :
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 = "a15 " # used for alpha/beta releases. Example: "a1", "b2", etc.
56
+ ieCoreVersionSuffix = "a16 " # 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