Precomp module wrapper.
|
|
|
|
|
__init__(self,
precompFilePathOrModule)
Constructor from a precomp file or precomp python module. |
|
|
str
|
getAppId(self)
A precomp module error safe way to get the application id (name +
version). |
|
|
str
|
getAppName(self)
Returns:
Application name in unicode. |
|
|
str
|
|
int
|
|
int
|
|
int
|
|
int
|
|
str
|
getDestinationFolder(self)
Returns:
A unicode path, absolute or relative to the Composite project, to a
folder where all compositions must be created/updated. |
|
|
|
Scene
|
getScene(self)
Returns:
A Scene instance representing the 3D scene in this
precomp module. |
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|