|
| 1 | +8.0.0-a15 : |
| 2 | + |
| 3 | +IECore |
| 4 | + - Added Parameter::setPresets and getPresets. |
| 5 | + - Improved precision of CameraController operations |
| 6 | + - Default ParticleReader uses floats (#69) |
| 7 | + - Fixed MurmurHash bug where empty strings had no effect on a hash |
| 8 | + |
| 9 | +IECoreGL |
| 10 | + - Added Shader::csParameter() for constant time access to "Cs" |
| 11 | + - Fixed bug with superimposed instances |
| 12 | + - Fixed potential bug in Selector::loadIDShader() |
| 13 | + - Fixed state leak for immediate renders |
| 14 | + - Fixed PointsPrimitive selection and coloring |
| 15 | + - Implemented per-vertex Cs for PointsPrimitive. |
| 16 | + |
| 17 | +IECoreMaya |
| 18 | + - Fixed erroneous compute on SceneShape outputObjects |
| 19 | + - Fixed tests for Maya 2014 |
| 20 | + |
| 21 | +IECoreHoudini |
| 22 | + - Added a Cache Manager for the Cortex ObjectPool (#40) |
| 23 | + - SceneCache ROP allows caching of un-named top level geo (uses the OBJ node name instead) |
| 24 | + - Fixed time dependency issues with SceneCache SOP and OBJs |
| 25 | + - OBJ SceneCache nodes expose their transform via python expressions (see the Output tab) |
| 26 | + - Expanding and SOP cooking are now interrupt-able using the escape key |
| 27 | + - Improvements for expanding SceneCaches in Houdini |
| 28 | + - Expanded nodes are now connected to the subnet indirect inputs |
| 29 | + - Expanded nodes are placed using Houdini's layout automation |
| 30 | + - File parms channel reference their parent |
| 31 | + - Path parms channel reference their parent (when appropriate) |
| 32 | + - New Push Parms button updates the filters and geometry type throughout the expanded hierarchy (no need to collapse). Note that this does not take hierarchy changes into account, just parameter values. |
| 33 | + - FromHoudiniGroupConverter ignores internal groups |
| 34 | + - Fixed compatibility issues with Houdini 12.1 (introduced in a14) |
| 35 | + - Declared TypeId range |
| 36 | + |
| 37 | +IECoreNuke |
| 38 | + - Added support for TCL expressions on SceneCacheReader |
| 39 | + - Fixed a few bugs with SceneCacheReader |
| 40 | + |
| 41 | +IECoreArnold |
| 42 | + - Fixed TypeId range so it doesn't conflict with IECoreHoudini |
| 43 | + |
| 44 | +IECoreMantra |
| 45 | + - Houdini 12.5 compatibility |
| 46 | + |
1 | 47 | 8.0.0-a14 :
|
2 | 48 |
|
3 | 49 | - IECore :
|
|
0 commit comments