|
| 1 | +# 9.0.0-b4 |
| 2 | + |
| 3 | +#### IECore |
| 4 | + |
| 5 | +- Added IECore::ClippingPlane object |
| 6 | +- Set __file__ when loading configs |
| 7 | +- Emitting a debug message for each config file loaded |
| 8 | + |
| 9 | +#### IECoreMaya |
| 10 | + |
| 11 | +- Added a mutex inside IECoreMaya::LiveScene::hasAttribute() |
| 12 | + |
| 13 | +#### IECoreGL |
| 14 | + |
| 15 | +- Wireframe shading uses Cs instead of vertexCs |
| 16 | + |
| 17 | +#### IECoreRI |
| 18 | + |
| 19 | +- Several IECoreRI::shader() optimizations |
| 20 | +- Added clipping plane support to IECoreRI::Renderer |
| 21 | + |
| 22 | +#### IECoreAppleseed |
| 23 | + |
| 24 | +- Refactored IECore primitive to appleseed entities conversions code. |
| 25 | +- Simplified IECoreAppleseed::RendererImplementation. |
| 26 | +- Use appleseed object alpha maps instead of material alpha maps. |
| 27 | +- Fixed a bug when trying to render a scene without cameras. |
| 28 | +- Use the names set with setAttribute to name the appleseed entities in generated appleseed scene files. |
| 29 | +- Highlight regions being rendered in the interactive display driver. Useful when doing multipass rendering. |
| 30 | +- Small refactors in the display driver code. |
| 31 | +- Removed some unused headers and other formatting changes. |
| 32 | +- Camera and transformation motion blur support |
| 33 | +- Added as:automatic_instancing option to enable / disable auto-instancing. |
| 34 | +- Better error handling for as:mesh_file_format option |
| 35 | +- Better error handling for searchpath option. Added automatic_instancing option |
| 36 | +- Support for appleseed 1.1.2 |
| 37 | +- Fixed bug when connecting members of stuct parameters in OSL shaders. |
| 38 | +- Added photon target attribute for objects |
| 39 | +- PrimitiveConverter interface changes. Changed the way hashes are computed in IECoreAppleseed. |
| 40 | +- Fixed assembly instance names when generating appleseed projects. |
| 41 | + |
1 | 42 | # 9.0.0-b3
|
2 | 43 |
|
3 | 44 | #### IECore
|
|
0 commit comments