nuke.link
- nuke.link(n, args, inpanel) Node
Create a link node that behaves identically to the original. The node argument is the node to be linked, args and inpanel are optional arguments similar to createNode. A link node shares the knob values with its original until overridden. link nodes share the same set of knobs. They can have different positions and connections in the render tree. Any link node, including the original, should be able to be deleted at any time without harming any of its link nodes.
- Parameters
n – Node.
args – Optional number of inputs requested.
inpanel – Optional boolean.
- Returns
Node