nuke.createNode
- nuke.createNode(node, args, inpanel) Node.
Creates a node of the specified type and adds it to the DAG.
- Parameters
node – Node class (e.g. Blur).
args – Optional string containing a TCL list of name value pairs (like size 50 quality 19)
inpanel – Optional boolean to open the control bin (default is True; only applies when the GUI is running).
- Returns
Node.