Releases: Psyop/CryptomatteArnold
Releases · Psyop/CryptomatteArnold
1.2.3
CryptomatteArnold 1.2.3 release notes:
- Fixed deprecation warnings in Arnold 7.x (Thanks @cpichard and @ThiagoIze)
- Fixed Arnold-Python code for Arnold 7.x
- Added tests that exercise rendering multiple times in one Arnold session
1.2.2
1.2.1
CryptomatteArnold 1.2.1 release notes:
- Removed call to deprecated
AtCritSec
and replaced withAtMutex
(Thanks @ThiagoIze)
1.2.0
CryptomatteArnold 1.2.0 release notes:
Adds capabilities required to use Cryptomatte in Solaris. (Note this doesn't automatically bring support for Cryptomatte to Solaris, but makes the necessary changes to CryptomatteArnold.)
- Added support for custom output drivers, needed for Solaris. See #7
- Added ability to skip creating depth outputs automatically, needed for Solaris. See #7
- Support layer token in outputs. See #8
- Fixes tests (reblesses results) to work with Arnold 7
- Disables "compatibility maximizing" test as Cryptomatte is now included with Arnold
Thanks @sebastienblor
1.1.2
CryptomatteArnold 1.1.2 release notes:
- Removes calls to deprecated APIs and works with multiple Arnold universes. (Thanks @sebastienblor)
Note: As builds ship with Arnold, builds are no longer provided on GitHub.
1.1.1
CryptomatteArnold 1.1.1 release notes:
- Fixed tests to work with Arnold 6 (were unnecessarily strict and were failing due to unrelated changes.
Note: As builds ship with Arnold, builds are no longer provided on GitHub. 1.1.1 is an update for developers and there is no need or benefit for users to update.
1.1.0
A note about binary compatibility: Use Arnold 5.0.1.0 builds for Arnold 5.0.* and 5.1.*, and Arnold 5.2.0.0 builds for Arnold 5.2.*
- Preview AOVs are now always displayed in display drivers, even when preview_in_exr is disabled.
- Builds are supplied against Arnold 5.0.1.0 for Arnold 5.0.* and 5.1.*, and 5.2.0.0 for Arnold 5.2.*
- Python tests now return error code for failed tests
1.0.0
This is release 1.0.0 of CryptomatteArnold, formerly called AlShaders2.
- Renamed repo from AlShaders2 to CryptomatteArnold
- Fixed parallel node init issue where rarely Cryptomatte filter would not be properly set up
- Changed Windows requirement to Visual Studio 2015 redistributable
- Reorganized and cleaned up repo
- Moved documentation from wiki to /docs
- Tests for which OIIO is not required run without OIIO Python module present