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-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+
1148.0.0-a15 :
215
316IECore
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ SConsignFile()
5353ieCoreMajorVersion = 8
5454ieCoreMinorVersion = 0
5555ieCorePatchVersion = 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.
5757
5858###########################################################################################
5959# Command line options
You can’t perform that action at this time.
0 commit comments