The Project class provides additional methods to access its
preferences.
|
|
|
str
|
|
str
|
getCtlModulePath(...)
Returns:
The search path (str) used by the CTL interpreter to
import a module. |
|
|
str
|
|
bool
|
|
str
|
|
[str]
|
getRenderActions(...)
Returns:
The list of render actions (str) defined in
the project. |
|
|
str
|
|
str
|
|
str
|
getRenderFileName(...)
Returns:
The default rendered file name pattern (str) for new
compositions. |
|
|
str
|
getRenderFolder(...)
Returns:
The root destination directory for image files. |
|
|
bool
|
getRenderWiretapEnabled(...)
Returns:
Boolean indicating whether export to wiretap is enabled for new
compositions. |
|
|
|
|
getRenderWiretapPath(...)
Gets the default wiretap path rendered files are exported to for new
compositions. |
|
|
bool
|
hasRenderAction(...)
Returns:
True if the given render action exists in the project. |
|
|
|
|
|
|
|
|
|
|
|
|
|
setCtlModulePath(...)
Sets the search path used by the CTL interpreter to import a module. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setRenderFileName(...)
Sets the default rendered file name pattern for new compositions |
|
|
|
|
setRenderFolder(...)
Sets the folder that is normally used for the root of all renders. |
|
|
|
|
|
|
|
setRenderWiretapPath(...)
Sets the default wiretap path to export the rendered files to for new
compositions |
|
|
|
Inherited from Administrable:
__init__,
__reduce__,
getDescription,
getFolder,
getFullName,
getGroups,
getName,
getPath,
getSetting,
getSettings,
save,
setAsCurrent,
setDescription,
setSetting
Inherited from Boost.Python.instance:
__new__
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|