Created
March 20, 2022 04:29
-
-
Save jeangjenq/aa67b8b94cbba4202c7c4e88af7ff3e2 to your computer and use it in GitHub Desktop.
Improved ShuffleEXRPasses from Pr_Suite for Nuke.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for layer in extract: | |
shuffle = nuke.nodes.Shuffle(label='[value in]') | |
shuffle["in"].setValue(layer) | |
shuffle.setInput(0, self.node) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment