Added
- Added support for texture baking from Python, including new example script baketextures.py.
- Added support for texture baking of materials with multiple UDIMs.
- Added support for floating-point render targets in ShaderRenderer and its subclasses, allowing for HDR texture baking.
- Added support for displacement shaders in generated OSL.
- Added the ShaderTranslator class, laying the groundwork for support of shader translation graphs.
- Added Python bindings for the Image class.
Fixed
- Fixed the alignment of environment backgrounds in the viewer.
Removed
- Removed the CopyOptions class, making it the default behavior of Document::importLibrary to skip conflicting elements.