Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
anderslanglands committed Apr 28, 2018
2 parents e9f87c5 + cebecef commit 50e8377
Show file tree
Hide file tree
Showing 21 changed files with 3,176 additions and 2,202 deletions.
2 changes: 2 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
BasedOnStyle: LLVM
ColumnLimit: 100
IndentWidth: 4
AccessModifierOffset: -4
AlignTrailingComments: true
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(alShaders2)

set(ALS_MAJOR_VERSION 2)
set(ALS_MINOR_VERSION 0)
set(ALS_PATCH_VERSION 0b2)
set(ALS_PATCH_VERSION 0b3)
set(ALS_VERSION "${ALS_MAJOR_VERSION}.${ALS_MINOR_VERSION}.${ALS_PATCH_VERSION}")

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

For Cryptomatte documentation, see this repo's wiki.

### Beta 3 release notes:

Features
* Support Arnold 5.1 adaptive sampling
* Support for mixed bit-depth EXR files
* Support long object names (up to 2048 characters)
* Added preview_in_exr control
* False (default): Omit preview channels when EXR drivers are being used
* True: Keep behavior as usual
* Support C4DtoA Arnold 5.1 naming changes
* Add controls to disable various kinds of name processing
* Switched to Daniel Schmidt's faster hash to float code

Bug fixes
* Crash when rendering with non-aov shaders in Arnold 5.1
* Skip disabled nodes in manifest

### Beta 2 release notes:

Features
Expand All @@ -10,7 +27,7 @@ Features
* aov_shader metadata for KtoA and MtoA
* Unicode and special characters in names are now tested and supported

Bugs
Bug fixes
* Restored Maya name in special cases (ns1:obj1|ns2:obj2)
* Fixed some crashes with malformed names, added tests for this
* Fixed metadata when rendering multiple Cryptomattes into one EXR file (Sen Haerens)
Expand Down
Loading

0 comments on commit 50e8377

Please sign in to comment.