Skip to content

Commit 1d1d5ec

Browse files
committed
Updating Changes for a16
1 parent 1774769 commit 1d1d5ec

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Changes

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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+
114
8.0.0-a15 :
215

316
IECore

SConstruct

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ SConsignFile()
5353
ieCoreMajorVersion=8
5454
ieCoreMinorVersion=0
5555
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.
5757

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

0 commit comments

Comments
 (0)