diff --git a/CHANGELOG.md b/CHANGELOG.md index 89bf54a..991622a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/README.md b/README.md index db06965..d483278 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/fusion/Config/cryptomatte_shortcuts.fu b/fusion/Config/cryptomatte_shortcuts.fu index 471bdb2..1c2cb63 100644 --- a/fusion/Config/cryptomatte_shortcuts.fu +++ b/fusion/Config/cryptomatte_shortcuts.fu @@ -4,7 +4,7 @@ Optional : cjson Created by : Cédric Duriau [duriau.cedric@live.be] Kristof Indeherberge [xmnr0x23@gmail.com] Andrew Hazelden [andrew@andrewhazelden.com] -Version : 1.2.7 +Version : 1.2.8 --]] { diff --git a/fusion/Fuses/Matte/cryptomatte.fuse b/fusion/Fuses/Matte/cryptomatte.fuse index 6ae13f0..7285146 100644 --- a/fusion/Fuses/Matte/cryptomatte.fuse +++ b/fusion/Fuses/Matte/cryptomatte.fuse @@ -4,7 +4,7 @@ Optional : cjson Created by : Cédric Duriau [duriau.cedric@live.be] Kristof Indeherberge [xmnr0x23@gmail.com] Andrew Hazelden [andrew@andrewhazelden.com] -Version : 1.2.7 +Version : 1.2.8 --]] -- ============================================================================= diff --git a/fusion/Modules/Lua/cryptomatte_utilities.lua b/fusion/Modules/Lua/cryptomatte_utilities.lua index 75ca1bd..23c9db2 100644 --- a/fusion/Modules/Lua/cryptomatte_utilities.lua +++ b/fusion/Modules/Lua/cryptomatte_utilities.lua @@ -4,7 +4,7 @@ Optional : cjson Created by : Cédric Duriau [duriau.cedric@live.be] Kristof Indeherberge [xmnr0x23@gmail.com] Andrew Hazelden [andrew@andrewhazelden.com] -Version : 1.2.7 +Version : 1.2.8 --]] -- module table diff --git a/nuke/Cryptomatte.gizmo b/nuke/Cryptomatte.gizmo index 3c3b182..1730b59 100644 --- a/nuke/Cryptomatte.gizmo +++ b/nuke/Cryptomatte.gizmo @@ -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 " diff --git a/nuke/Encryptomatte.gizmo b/nuke/Encryptomatte.gizmo index bbe9909..7f685b0 100644 --- a/nuke/Encryptomatte.gizmo +++ b/nuke/Encryptomatte.gizmo @@ -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 diff --git a/nuke/cryptomatte_utilities.py b/nuke/cryptomatte_utilities.py index 6a1c87b..dc67d28 100644 --- a/nuke/cryptomatte_utilities.py +++ b/nuke/cryptomatte_utilities.py @@ -5,7 +5,7 @@ # # -__version__ = "1.2.7" +__version__ = "1.2.8" GIZMO_CHANNEL_KNOBS = [ "in00", "in01", "in02", "in03",