Skip to content

Commit

Permalink
Updating Changes for a16
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkaufman committed Sep 4, 2013
1 parent 1774769 commit 1d1d5ec
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
8.0.0-a16 :

IECoreMaya
- Fixed bug in SceneShape compute which prevented drawing on file open/import

IECoreHoudini
- Added ForceObjects parameter to SceneCache ROP (to force what is expanded and what is a link)
- Added a ParticleSystem when converting PointsPrimitives to Houdini
- Fixed point doulbing bug with SceneCache SOP loading a PointsPrimitive
- Fixed bug when writing multiple frames of re-rooted scenes
- Fixed HoudiniScene bugs for flattened geometry (SOPs with gaps in the geo hierarchy can now be cached)
- SceneCache tagFilter supports SceneInterfaces with no tags

8.0.0-a15 :

IECore
Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ SConsignFile()
ieCoreMajorVersion=8
ieCoreMinorVersion=0
ieCorePatchVersion=0
ieCoreVersionSuffix="a15" # used for alpha/beta releases. Example: "a1", "b2", etc.
ieCoreVersionSuffix="a16" # used for alpha/beta releases. Example: "a1", "b2", etc.

###########################################################################################
# Command line options
Expand Down

0 comments on commit 1d1d5ec

Please sign in to comment.