Skip to content

Releases: Psyop/CryptomatteArnold

1.2.3

Choose a tag to compare

@jonahfriedman jonahfriedman released this 22 May 23:14

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

Choose a tag to compare

@jonahfriedman jonahfriedman released this 17 Feb 21:08

CryptomatteArnold 1.2.2 release notes:

  • Fixed an issue where sidecar manifests did not work with Solaris (Thanks @cpichard)

1.2.1

Choose a tag to compare

@jonahfriedman jonahfriedman released this 12 Jan 23:32

CryptomatteArnold 1.2.1 release notes:

  • Removed call to deprecated AtCritSec and replaced with AtMutex (Thanks @ThiagoIze)

1.2.0

Choose a tag to compare

@jonahfriedman jonahfriedman released this 07 Jun 21:01

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

Choose a tag to compare

@jonahfriedman jonahfriedman released this 23 Jun 14:54

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

Choose a tag to compare

@jonahfriedman jonahfriedman released this 18 Jan 22:44

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

Choose a tag to compare

@jonahfriedman jonahfriedman released this 28 Sep 20:07

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

Choose a tag to compare

@jonahfriedman jonahfriedman released this 24 Jul 18:22

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