Skip to content

Commit

Permalink
Bumps version to 1.2.0, adds release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahf committed Jun 7, 2022
1 parent 2607737 commit 500faad
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### 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

### CryptomatteArnold 1.1.2 release notes:

* Removes calls to deprecated APIs and works with multiple Arnold universes. (Thanks @sebastienblor)
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
project(CryptomatteArnold)

set(CM_MAJOR_VERSION 1)
set(CM_MINOR_VERSION 1)
set(CM_PATCH_VERSION 2)
set(CM_MINOR_VERSION 2)
set(CM_PATCH_VERSION 0)
set(CM_VERSION "${CM_MAJOR_VERSION}.${CM_MINOR_VERSION}.${CM_PATCH_VERSION}")

set(CMAKE_VERBOSE_MAKEFILE FALSE)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This is the Arnold 5 implementation of [Cryptomatte](https://github.com/Psyop/Cryptomatte), by Jonah Friedman, Andy Jones, and Anders Langlands. Cryptomatte creates ID mattes automatically with support for motion blur, transparency, and depth of field, using names available in the Arnold scene at render time.

Version 1.1.2. See [changelog](CHANGELOG.md) for version history.
Version 1.2.0 See [changelog](CHANGELOG.md) for version history.

## Requirements

Expand Down Expand Up @@ -121,4 +121,5 @@ Many people have contributed to Cryptomatte for Arnold with code contributions,
* Brecht Van Lommel
* Frederic Servant
* Ramon Montoya Vozmediano
* Sebastien Blaineau-Ortega
* The Cryptomatte Committee

0 comments on commit 500faad

Please sign in to comment.