Trees | Indices | Help |
|
---|
|
object --+ | nuke.Node --+ | nuke.Group
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Group |
|
||
None |
|
||
None |
|
||
None |
|
||
Node with name s or None |
|
||
List of nodes |
|
||
Number of nodes |
|
||
Node or None |
|
||
Result of callable |
|
||
Node or None |
|
||
Node or None |
|
||
None |
|
||
Inherited from Inherited from |
|
|||
Inherited from |
|
x[y]
|
len(x)
|
helper for pickle
|
repr(x)
|
str(x)
|
All python code that follows will be executed in the context of node. All names are evaluated relative to this object. Must be paired with end.
|
Connect the selected nodes. @param backward. @param inputA.
|
All python code that follows will no longer be executed in the context of node. Must be paired with begin.
|
Moves all nodes from the group node into its parent group, maintaining node input and output connections, and deletes the group. Returns the nodes that were moved, which will also be selected.
|
Locate a node by name.
|
List of nodes in group.
|
Number of nodes in group.
|
Return output node of group.
|
Execute in the context of node. All names are evaluated relative to this object.
|
Returns the node the user is most likely thinking about. This is the last node the user clicked on, if it is selected. Otherwise it is an 'output' (one with no selected outputs) of the set of selected nodes. If no nodes are selected then None is returned.
|
Selected nodes.
|
Splay the selected nodes. @param backward. @param inputA.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Nov 23 08:52:26 2012 | http://epydoc.sourceforge.net |