If a version is opened in read-only mode, none of the objects it
contains (node, sockets, etc.) can be used to write to/change the
version.
|
Output
|
findOutput(...)
Returns:
The socket matching the argument socket ID in the composition
version. |
|
|
[Node]
|
getAllNodes(...)
Returns:
A list of all the nodes in
the composition version, regardless of the group level. |
|
|
|
GroupNode
|
getGroup(...)
Returns:
The topmost group node of the composition version. |
|
|
|
Node
|
getNodeById(...)
Returns:
The Node corresponding to the argument nodeId in
the composition version. |
|
|
[Node]
|
getNodesByTool(...)
Returns:
A list of all the tool nodes (ToolNode) or super tool group nodes (GroupNode) matching the specified Tool or
tool name in the composition version, regardless of the group level. |
|
|
[GroupNode]
|
|
|
GroupNode
|
|
|
Input
|
|
[Node]
|
|
|
List of Node.
|
getSelectedNodes(...)
Returns:
The nodes from this composition that are selected in the Toxik UI. |
|
|
[Node]
|
getToolNodes(...)
Returns:
A list of all the tool nodes (ToolNode) or super tool group nodes (GroupNode) in the composition version, regardless of
the group level. |
|
|
|
|
|
|
|
revertToDefault(...)
Reverts the composition version to its default initial state; an
empty graph with default settings and no external dependencies (paint
strokes). |
|
|
|
|
|
|
|
setComponents(...)
Sets the number of components in the images of the primary output
node (if no outputName argument is specified) or the named
output node. |
|
|
|
|
setDepth(...)
Sets the bit depth of each channel of the image for the primary
output node (if no outputName argument is specified) or the
named output node. |
|
|
|
|
|
|
|
setEnd(...)
Sets the end time index of the primary output node or the named
output node. |
|
|
|
|
setFileFormat(...)
Sets the file format to be used when rendering to files. |
|
|
|
|
|
|
|
setFileName(...)
Sets the file name pattern to be used when creating image files while
rendeing. |
|
|
|
|
setHeight(...)
Sets the height of the images produced by the primary output node (if
no output name argument is specified), or the named output node. |
|
|
|
|
setImageRatio(...)
Sets image ratio (width/height ratio taking the pixel ratio into
account) as a (numerator, denominator)
tuple (2 integers) for the primary output node (if
outputName is unspecified) or a named output node. |
|
|
|
|
setMarkIn(...)
Sets the composition version mark in frame index. |
|
|
|
|
setMarkOut(...)
Sets the composition version mark out frame index. |
|
|
|
|
setPixelRatio(...)
Sets pixel aspect ratio of the image for the primary output node (if
no outputName argument is specified) or the named output node,
as a (numerator, denominator) tuple. |
|
|
|
|
setPrimaryOutputNode(...)
Sets the primary output node of the composition version to the given
output node. |
|
|
|
|
setRate(...)
Sets the frame rate of the primary output node (if no
outputName argument is specified) or the named output node, as
a (numerator, denominator) integer tuple. |
|
|
|
|
setRenderEnabled(...)
Sets whether rendering is enabled on the primary output node or the
named output node. |
|
|
|
|
|
|
|
setRole(...)
Sets the role of the composition version. |
|
|
|
|
setSource(...)
Sets the source of the composition version. |
|
|
|
|
setStart(...)
Sets the start time index of the primary output node or the named
output node. |
|
|
|
|
setWidth(...)
Sets the width of the images produced by the primary output node (if
no output name argument is specified), or the named output node. |
|
|
|
|
setWiretapClipName(...)
Sets the wiretap clip name pattern to use when rendering into a
wiretap clip. |
|
|
|
|
setWiretapEnabled(...)
Sets whether rendering into a wiretap clip is enabled on the primary
output node or the named output node. |
|
|
|
|
setWiretapPath(...)
Sets the wiretap path to use when rendering into a wiretap clip. |
|
|
|
Inherited from GraphRO:
__cmp__,
__init__,
__reduce__,
getComponents,
getComposition,
getDepth,
getDescription,
getDuration,
getEnd,
getExternalDependencies,
getFileFormat,
getFileFormatOptions,
getFileName,
getHeight,
getId,
getImageRatio,
getMarkIn,
getMarkOut,
getName,
getPaintStrokesFolder,
getPath,
getPixelRatio,
getRate,
getRenderEnabled,
getRepeatMode,
getRole,
getSource,
getStart,
getWidth,
getWiretapClipName,
getWiretapEnabled,
getWiretapPath,
isReadOnly
Inherited from Boost.Python.instance:
__new__
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|