|
|
|
|
|
|
|
a new object with type S, a subtype of T
|
|
|
|
|
|
|
|
|
None
|
|
|
bool
|
canSetInput(self,
i,
node)
Check whether the output of 'node' can be connected to input i. |
|
|
|
String list
|
channels(...)
nuke.Root.channels() -> Channel list. |
|
|
|
Number of clones
|
clones(self)
Returns:
Number of clones. |
|
|
|
bool
|
connectInput(self,
i,
node)
Connect the output of 'node' to the i'th input or the next available
unconnected input. |
|
|
|
None
|
|
|
Integer
|
|
|
integer
|
fps(self)
Return the FPS rounded to an int. |
|
|
|
The i'th input
|
input(self,
i)
Returns:
The i'th input. |
|
|
|
Gets the maximum number of connected inputs
|
inputs(self)
Returns:
Number of the highest connected input + 1. |
|
|
|
Integer
|
|
|
|
layers(...)
nuke.Root.layers() -> Layer list. |
|
|
|
Maximum number of inputs this node can have
|
maximumInputs(self)
Returns:
Maximum number of inputs this node can have. |
|
|
|
Maximum number of outputs this node can have
|
maximumOutputs(self)
Returns:
Maximum number of outputs this node can have. |
|
|
|
None
|
|
|
Minimum number of inputs this node can have
|
minimumInputs(self)
Returns:
Minimum number of inputs this node can have. |
|
|
|
True if modified, False otherwise
|
modified(self)
Get or set the 'modified' flag in a script |
|
|
|
Number of first optional input
|
|
|
True if proxy is set, False otherwise
|
proxy(self)
Returns:
True if proxy is set, False otherwise. |
|
|
|
float
|
realFps(self)
The global frames per second setting. |
|
|
|
None
|
|
|
bool
|
setInput(self,
i,
node)
Connect input i to node if canSetInput() returns true. |
|
|
|
None
|
setModified(self,
b)
Set the 'modified' flag in a script. |
|
|
|
None
|
|
|
None
|
|
|
Inherited from Group:
__enter__,
__exit__,
__reduce_ex__,
begin,
connectSelectedNodes,
end,
expand,
node,
nodes,
numNodes,
output,
run,
selectedNode,
selectedNodes,
splaySelectedNodes
Inherited from Node:
Class,
addKnob,
allKnobs,
autoplace,
bbox,
deepSample,
deepSampleCount,
dependencies,
dependent,
error,
forceValidate,
format,
frameRange,
fullName,
getNumKnobs,
hasError,
height,
help,
hideControlPanel,
isSelected,
knob,
knobs,
linkableKnobs,
maxInputs,
maxOutputs,
metadata,
minInputs,
name,
numKnobs,
opHashes,
pixelAspect,
readKnobs,
redraw,
removeKnob,
resetKnobsToDefault,
running,
sample,
screenHeight,
screenWidth,
selectOnly,
setName,
setSelected,
setTab,
setXYpos,
setXpos,
setYpos,
showControlPanel,
showInfo,
shown,
treeHasError,
width,
writeKnobs,
xpos,
ypos
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__init__,
__reduce__,
__setattr__,
__sizeof__,
__subclasshook__
|