|
|
|
|
a new object with type S, a subtype of T
|
|
|
|
|
|
None
|
addView(self,
name,
color)
Add view. |
|
|
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. |
|
|
|
getOCIOColorspaceFamily(...)
nuke.root.getOCIOColorspaceFamily(colorspace) -> Family of
colorspace Gets the name of the family to which the specified
colorspace belongs, for the root node's current OCIO config. |
|
|
|
getOCIOColorspaceFromViewTransform(...)
nuke.root.getOCIOColorspaceFromViewTransform(display, view) ->
Colorspace name Gets the name of the colorspace to which the
specified display and view names are mapped for the root node's
current OCIO config. |
|
|
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 ,
fileDependencies ,
forceUpdateLocalization ,
forceValidate ,
format ,
frameRange ,
fullName ,
getNumKnobs ,
hasError ,
height ,
help ,
hideControlPanel ,
isLocalizationOutdated ,
isLocalized ,
isSelected ,
knob ,
knobs ,
linkableKnobs ,
localizationProgress ,
maxInputs ,
maxOutputs ,
metadata ,
minInputs ,
name ,
numKnobs ,
opHashes ,
performanceInfo ,
pixelAspect ,
readKnobs ,
redraw ,
removeKnob ,
resetKnobsToDefault ,
rootNode ,
running ,
sample ,
screenHeight ,
screenWidth ,
selectOnly ,
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__
|