ShuffleRenderPasses
Shuffles render passes, allowing them to be copied and/or renamed.
An additional context variable ${source}
can be used on the destination plugs
to insert the name of each source render pass. For example, to prefix all render
passes with test_
set the source to *
and the destination to test_${source}
.
user
Container for user-defined plugs. Nodes should never make their own plugs here, so users are free to do as they wish.
enabled
Turns the node on and off.
shuffles
The definition of the shuffling to be performed - an arbitrary number of render pass edits can be made by adding ShufflePlugs as children of this plug.
in
The input scene.
out
The processed output scene.