Class representing a render camera.
|
__init__(self,
camera,
scene,
partOfACameraSet=False)
Constructor from a precomp module RenderCamera instance and a Scene instance. |
|
|
bool
|
|
Scene
|
|
str
|
getName(self)
Returns:
The camera display name, as a unicode string. |
|
|
str
|
getAnchor(self)
Returns:
The camera anchor, as a unicode string. |
|
|
int
|
getVersion(self)
Returns:
The version number of the camera, as an integer. |
|
|
str
|
getDescription(self)
Returns:
The camera description, possibly empty, as a unicode string. |
|
|
str
|
getNote(self)
Returns:
A note about the camera, possibly empty, as a unicode string. |
|
|
str
|
getTemplateFilePath(self)
Returns:
The absolute path (in unicode) to a ".txcomposition" file
to use as a template to create the camera comp, or None . |
|
|
bool
|
isSelectedForImport(self)
Returns:
A bool indicating whether this camera should be imported
by default. |
|
|
[RenderLayer]
|
|
Inherited from PrecompObject :
getAppId ,
getPrecompModule ,
invokePrecompMethod
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|