Skip to content

Commit

Permalink
Bumped version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahf committed Jan 12, 2023
1 parent 4d94015 commit b3c1506
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### CryptomatteArnold 1.2.1 release notes:

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

### 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.)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project(CryptomatteArnold)

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

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

This is the Arnold 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.2.0 See [changelog](CHANGELOG.md) for version history.
Version 1.2.1 See [changelog](CHANGELOG.md) for version history.

## Requirements

* Arnold 5.0.1 or later
* Arnold 6.0.4 or later
* (Windows) Visual Studio 2015 Redistributable

## Documentation for Users
Expand Down

0 comments on commit b3c1506

Please sign in to comment.