Home | Trees | Indices | Help |
|
---|
|
Instance Methods | |||
float |
|
||
None |
|
||
string |
|
||
None |
|
||
Ipo |
|
||
|
|||
|
|||
int |
|
||
None |
|
||
int |
|
||
None |
|
||
int |
|
||
None |
|
||
list of three floats |
|
||
None |
|
||
list of three floats |
|
||
None |
|
||
list of three floats |
|
||
None |
|
||
list of nine floats |
|
||
None |
|
||
list of four floats |
|
||
None |
|
||
list |
|
||
|
|||
|
|||
None |
|
||
|
|||
World |
|
Instance Variables | |
amb the ambient color of a world object. |
|
bool |
fakeUser When set to True, this datablock wont be removed, even if nothing is using it. |
hor the horizon color of a world object. |
|
Blender Ipo |
ipo The world type ipo linked to this world object. |
string or None |
lib path to the blend file this datablock is stored in (readonly). |
mist the mist parameters of a world object. |
|
mistype type of mist : O : quadratic; 1 : linear; 2 : square |
|
mode | |
string |
name unique name within each blend file. |
IDGroup |
properties Returns an IDGroup reference to this datablocks's ID Properties. |
skytype type of the sky. |
|
star the star parameters of a world object. |
|
bool |
tag A temporary tag that to flag data as being used within a loop. |
int |
users The number of users this datablock has. |
zen the zenith color of a world object. |
Method Details |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
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
|
mistthe mist parameters of a world object. See getMist for the semantics of these parameters. |
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
|
skytypetype of the sky. Bit 0 : Blend; Bit 1 : Real; Bit 2 : paper. |
starthe star parameters of a world object. See getStar for the semantics of these parameters. |
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:21 2008 | http://epydoc.sourceforge.net |