Home | Trees | Indices | Help |
|
---|
|
Warning: Most member variables assume values in some [Min, Max] interval. When trying to set them, the given parameter will be clamped to lie in that range: if val < Min, then val = Min, if val > Max, then val = Max.
Instance Methods | |||
string |
|
||
|
|||
Ipo |
|
||
|
|||
|
|||
int |
|
||
|
|||
int |
|
||
|
|||
float |
|
||
|
|||
float |
|
||
|
|||
float |
|
||
|
|||
float |
|
||
|
|||
float |
|
||
|
|||
list |
|
||
|
|||
|
|||
|
|||
Camera |
|
Instance Variables | |
alpha The PassePart alpha [0.0, 1.0]. |
|
angle The lens value in degrees [7.323871, 172.847331], only relevant to *persp* cameras. |
|
clipEnd The clip end value in [1.0, 5000.0]. |
|
clipStart The clip start value in [0.0, 100.0]. |
|
dofDist The dofDist value in [0.0, 5000.0]. |
|
drawLimits Toggle the option to show limits in the 3d view. |
|
drawMist Toggle the option to show mist in the 3d view. |
|
drawName Toggle the option to show the camera name in the 3d view. |
|
drawPassepartout Toggle the option to show pass part out in the 3d view. |
|
drawSize The display size for the camera an the 3d view [0.1, 10.0]. |
|
drawTileSafe Toggle the option to show tile safe in the 3d view. |
|
bool |
fakeUser When set to True, this datablock wont be removed, even if nothing is using it. |
Blender Ipo |
ipo The "camera data" ipo linked to this camera data object. |
lens The lens value in [1.0, 250.0], only relevant to *persp* cameras. |
|
string or None |
lib path to the blend file this datablock is stored in (readonly). |
mode The mode flags: ORed value: 'showLimits':1, 'showMist':2. |
|
string |
name unique name within each blend file. |
IDGroup |
properties Returns an IDGroup reference to this datablocks's ID Properties. |
scale The scale value in [0.01, 1000.00], only relevant to *ortho* cameras. |
|
shiftX The horizontal offset of the camera [-2.0, 2.0]. |
|
shiftY The vertical offset of the camera [-2.0, 2.0]. |
|
bool |
tag A temporary tag that to flag data as being used within a loop. |
type The Camera type: 'persp' or 'ortho' |
|
int |
users The number of users this datablock has. |
Method Details |
|
|
|
|
|
|
|
|
|
Warning: lens is only relevant for perspective (getType) cameras. |
Warning: lens is only relevant for perspective (type) cameras. |
Warning: scale is only relevant for ortho (type) cameras. |
Warning: scale is only relevant for ortho (getType) cameras. |
|
|
|
|
|
|
|
|
|
|
|
Instance Variable Details |
fakeUserWhen set to True, this datablock wont be removed, even if nothing is using it. All data has this disabled by default except for Actions.
|
ipoThe "camera data" ipo linked to this camera data object. Set to None to clear the ipo.
|
libpath to the blend file this datablock is stored in (readonly). lib will be None unless you are using external blend files with (File, Append/Link) Note: the path may be relative, to get the full path use Blender.sys.expandpath
|
nameunique name within each blend file. The name is case sensitive and 21 characters maximum length. Note: a blend file may have naming collisions when external library data is used, be sure to check the value of lib. Note: Setting a value longer then 21 characters will be shortened
|
tagA temporary tag that to flag data as being used within a loop. always set all tags to True or False before using since blender uses this flag for its own internal operations.
|
usersThe number of users this datablock has. (readonly) Zero user datablocks are de-allocated after reloading and saving.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Mon May 19 15:32:20 2008 | http://epydoc.sourceforge.net |