Skip to content

Instantly share code, notes, and snippets.

@jeangjenq
Created March 20, 2022 04:29
Show Gist options
  • Save jeangjenq/aa67b8b94cbba4202c7c4e88af7ff3e2 to your computer and use it in GitHub Desktop.
Save jeangjenq/aa67b8b94cbba4202c7c4e88af7ff3e2 to your computer and use it in GitHub Desktop.
Improved ShuffleEXRPasses from Pr_Suite for Nuke.
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