Class representing a 3D scene.
|
__init__(self,
scene,
precompModule)
Constructor from a precomp module Scene instance and a PrecompModule. |
|
|
str
|
getName(self)
Returns:
The name of the scene, as a unicode string. |
|
|
str
|
getAnchor(self)
Returns:
The scene anchor, as a unicode string. |
|
|
|
getVersion(self)
Returns:
The version number of the scene, as an integer. |
|
|
str
|
getDescription(self)
Returns:
The scene description, possibly empty, as a unicode string. |
|
|
str
|
getNote(self)
Returns:
A note about the scene, possibly empty, as a unicode string. |
|
|
int
|
getRenderWidth(self)
Returns:
The default render resolution width used in the scene, as an integer. |
|
|
int
|
getRenderHeight(self)
Returns:
The default render resolution height used in the scene, as an
integer. |
|
|
float
|
getRenderPixelRatio(self)
Returns:
The default render pixel aspect ratio used in the scene, as a float. |
|
|
int
|
getRenderNbChannels(self)
Returns:
The default number of render channels used in the scene, as an
integer. |
|
|
int
|
getRenderDepth(self)
Returns:
The default render bit depth used in the scene, as an integer. |
|
|
float
|
getRate(self)
Returns:
The rate of the scene (time units), as a float. |
|
|
str
|
getRenderDirectory(self)
Returns:
The root directory under which all render pass image files are
produced, as an absolute unicode path. |
|
|
[RenderCamera]
|
|
Inherited from PrecompObject :
getAppId ,
getPrecompModule ,
invokePrecompMethod
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|