From 1d1d5ec08645fef691c6c7a089085f5cf5825e96 Mon Sep 17 00:00:00 2001 From: Andrew Kaufman Date: Wed, 4 Sep 2013 11:56:17 -0700 Subject: [PATCH] Updating Changes for a16 --- Changes | 13 +++++++++++++ SConstruct | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 2ddd1a2d80..28cd9c8980 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/SConstruct b/SConstruct index dce8cd01bf..d64dcd0b87 100644 --- a/SConstruct +++ b/SConstruct @@ -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