Provides read-only access to the internals of a composition version
(composition graph). Superclass of Graph.
|
|
|
|
|
__init__(...)
Raises an exception This class cannot be instantiated from Python |
|
|
|
|
|
int
|
getComponents(...)
Returns:
The number of components in the images of the primary output node (if
no outputName argument is specified) or of the named output
node. |
|
|
|
Composition
|
|
int
|
getDepth(...)
Returns:
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. |
|
|
str
|
getDescription(...)
Returns:
The description str (comment) of the version. |
|
|
int
|
getDuration(...)
Returns:
Number of frames (int) in the primary output node or the
named output node. |
|
|
int
|
getEnd(...)
Returns:
The end time index of the primary output node or the named output
node. |
|
|
[str]
|
getExternalDependencies(...)
Returns:
The external dependencies of the composition version as a
list of absolute paths (str) to the
external files. |
|
|
str
|
getFileFormat(...)
Returns:
The name of the image file format that will be used to produce images
when rendering (e.g.: exr, tga, ...) |
|
|
str
|
getFileFormatOptions(...)
Returns:
File format options (in the form of an XML string) for the file
format specified with 'getFileFormat' |
|
|
str
|
getFileName(...)
Returns:
File format options (in the form of an XML string) for the file
format specified with 'getFileFormat' |
|
|
int
|
getHeight(...)
Returns:
Height of the images produced by the primary output node (if no
output name argument is specified), or the named output node. |
|
|
str
|
getId(...)
Returns:
The version uuid string. |
|
|
tuple
|
getImageRatio(...)
Returns:
The image ratio (width/height ratio taking the pixel ratio into
account) as a (numerator, denominator)
tuple (2 integers) for the primary output node or a
named output node. |
|
|
int
|
getMarkIn(...)
Returns:
The composition version mark in. |
|
|
int
|
getMarkOut(...)
Returns:
The composition version mark out. |
|
|
str
|
getName(...)
Returns:
The name of this version (str). |
|
|
str
|
getPaintStrokesFolder(...)
Returns:
The absolute path (str) to the folder containing paint
strokes files for the composition version. |
|
|
str
|
getPath(...)
Returns:
The path of this version. |
|
|
tuple
|
getPixelRatio(...)
Returns:
The 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. |
|
|
tuple
|
getRate(...)
Returns:
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. |
|
|
bool
|
getRenderEnabled(...)
Returns:
True if rendering is enabled on the primary output node
or the named output node. |
|
|
|
RepeatMode
|
getRepeatMode(...)
Returns:
The composition version repeat mode as a module-level RepeatMode class enumeration member. |
|
|
str
|
getRole(...)
Returns:
The role (str) of the composition version. |
|
|
str
|
getSource(...)
Returns:
The source of the composition version. |
|
|
int
|
getStart(...)
Returns:
The start time index of the primary output node or the named output
node. |
|
|
int
|
getWidth(...)
Returns:
Width of the images produced by the primary output node (if no
outputName argument is specified), or the named output node. |
|
|
str
|
|
bool
|
getWiretapEnabled(...)
Returns:
Boolean indicating whether rendering will export to wiretap. |
|
|
str
|
getWiretapPath(...)
Returns:
Path where the wiretap clip will be created when rendering. |
|
|
bool
|
isReadOnly(...)
Returns:
True if the graph is read-only. |
|
|
|
Inherited from Boost.Python.instance:
__new__
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|