|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Group
|
begin(self)
All python code that follows will be executed in the context of node. |
|
|
|
None
|
|
|
None
|
end(self)
All python code that follows will no longer be executed in the
context of node. |
|
|
|
None
|
expand(self)
Moves all nodes from the group node into its parent group,
maintaining node input and output connections, and deletes the group. |
|
|
|
Node with name s or None
|
node(self,
s)
Locate a node by name. |
|
|
|
List of nodes
|
nodes(self)
List of nodes in group. |
|
|
|
Number of nodes
|
numNodes(self)
Number of nodes in group. |
|
|
|
Node or None
|
output(self)
Return output node of group. |
|
|
|
Result of callable
|
run(self,
callable)
Execute in the context of node. |
|
|
|
Node or None
|
selectedNode(self)
Returns the node the user is most likely thinking about. |
|
|
|
Node or None
|
|
|
None
|
|
|
Inherited from Node:
Class,
__new__,
addKnob,
allKnobs,
autoplace,
bbox,
canSetInput,
channels,
clones,
connectInput,
deepSample,
deepSampleCount,
dependencies,
dependent,
error,
fileDependencies,
firstFrame,
forceValidate,
format,
frameRange,
fullName,
getNumKnobs,
hasError,
height,
help,
hideControlPanel,
input,
inputs,
isSelected,
knob,
knobs,
lastFrame,
linkableKnobs,
maxInputs,
maxOutputs,
maximumInputs,
maximumOutputs,
metadata,
minInputs,
minimumInputs,
name,
numKnobs,
opHashes,
optionalInput,
performanceInfo,
pixelAspect,
proxy,
readKnobs,
redraw,
removeKnob,
resetKnobsToDefault,
running,
sample,
screenHeight,
screenWidth,
selectOnly,
setInput,
setName,
setSelected,
setTab,
setXYpos,
setXpos,
setYpos,
showControlPanel,
showInfo,
shown,
treeHasError,
upstreamFrameRange,
width,
writeKnobs,
xpos,
ypos
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__init__,
__reduce__,
__setattr__,
__sizeof__,
__subclasshook__
|