Skip to content

Commit

Permalink
Updated beta version to 1.4.0-beta4 so that 1.3.0 version could be ta…
Browse files Browse the repository at this point in the history
…ken for Python 3 upgrade
  • Loading branch information
jonahf committed Jan 18, 2021
1 parent c594972 commit d9f6e6b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### 1.3.0-beta4:
### 1.4.0-beta4:

* Updated for Python 3
* Increased version of beta to 1.4.0-beta4 (to leave 1.3.0 for Python 3 update)
* Brought in fixes from 1.2.8

### 1.3.0-beta3:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ 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.3.0-beta4. See [changelog](CHANGELOG.md) for version history.
Version 1.4.0-beta4. See [changelog](CHANGELOG.md) for version history.

## About Beta (1.3.0-beta4)
## About Beta (1.4.0-beta4)

This beta is to test wildcards. This is based closely on work submitted by Veronica Tello. See [Nuke Documentation](/docs/nuke.md) for more information.

Expand Down
2 changes: 1 addition & 1 deletion nuke/Cryptomatte.gizmo
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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.3.0-beta4"}
addUserKnob {26 cryptomatteVersion l "Cryptomatte Version" T "1.4.0-beta4"}
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 @@ -69,7 +69,7 @@ except Exception as err:

addUserKnob {20 Advanced}

addUserKnob {26 cryptomatteVersion l "Cryptomatte Version" T "1.3.0-beta4"}
addUserKnob {26 cryptomatteVersion l "Cryptomatte Version" T "1.4.0-beta4"}
}
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 @@ -11,7 +11,7 @@
import struct
import fnmatch

__version__ = "1.3.0-beta4"
__version__ = "1.4.0-beta4"

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

0 comments on commit d9f6e6b

Please sign in to comment.