Skip to content

Commit

Permalink
Updated version to 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahf committed Jul 24, 2020
1 parent fbe58ac commit 36d08c8
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 1.2.8

Nuke:

* Fixed a bug with copy and pasting with "Lock Layer Selection" on (#128)

### 1.2.7

Nuke:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The goal of releasing Cryptomatte is to turn it into an ecosystem around an open

Cryptomatte is licenced using the BSD 3-clause license. See [license.txt](license.txt).

Version 1.2.7. See [changelog](CHANGELOG.md) for version history.
Version 1.2.8. See [changelog](CHANGELOG.md) for version history.

## Repo Contents

Expand Down
2 changes: 1 addition & 1 deletion fusion/Config/cryptomatte_shortcuts.fu
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Optional : cjson
Created by : Cédric Duriau [[email protected]]
Kristof Indeherberge [[email protected]]
Andrew Hazelden [[email protected]]
Version : 1.2.7
Version : 1.2.8
--]]

{
Expand Down
2 changes: 1 addition & 1 deletion fusion/Fuses/Matte/cryptomatte.fuse
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Optional : cjson
Created by : Cédric Duriau [[email protected]]
Kristof Indeherberge [[email protected]]
Andrew Hazelden [[email protected]]
Version : 1.2.7
Version : 1.2.8
--]]

-- =============================================================================
Expand Down
2 changes: 1 addition & 1 deletion fusion/Modules/Lua/cryptomatte_utilities.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Optional : cjson
Created by : Cédric Duriau [[email protected]]
Kristof Indeherberge [[email protected]]
Andrew Hazelden [[email protected]]
Version : 1.2.7
Version : 1.2.8
--]]

-- module table
Expand Down
2 changes: 1 addition & 1 deletion nuke/Cryptomatte.gizmo
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Gizmo {
addUserKnob {1 keyedName l "Keyed Name" t "This field is for information only." +HIDDEN}
addUserKnob {26 "" +HIDDEN}

addUserKnob {26 cryptomatteVersion l "Cryptomatte Version" T 1.2.7 +DO_NOT_WRITE}
addUserKnob {26 cryptomatteVersion l "Cryptomatte Version" T 1.2.8 +DO_NOT_WRITE}
addUserKnob {22 troubleshoot l "Troubleshoot" +STARTLINE
t "'Force Update All' will run 'Force Update' on all Cryptomatte gizmos in the Nuke script. 'Force Update' orders the gizmos to re-configure themselves based on available metadata, Cryptomatte depth, and the matte list. This updates all aspects of thier operation, from the preview modes to the extraction expression. Usually these updates occur automatically on certain actions, such as 'keying' the image, changing layer selection, or reconnecting images. However if changes occur upstream of the gizmos that require manually invoked updates, 'Force Update' and 'Force Update All' may be used. "
T "
Expand Down
2 changes: 1 addition & 1 deletion nuke/Encryptomatte.gizmo
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Gizmo {

addUserKnob {20 Advanced}

addUserKnob {26 cryptomatteVersion l "Cryptomatte Version" T 1.2.7}
addUserKnob {26 cryptomatteVersion l "Cryptomatte Version" T 1.2.8}
}
Input {
inputs 0
Expand Down
2 changes: 1 addition & 1 deletion nuke/cryptomatte_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
#

__version__ = "1.2.7"
__version__ = "1.2.8"

GIZMO_CHANNEL_KNOBS = [
"in00", "in01", "in02", "in03",
Expand Down

0 comments on commit 36d08c8

Please sign in to comment.