Shadow class module
These classes shadow the internal Blender objects
There is no need for you to use the shadow module really - it is
just there for documentation. Blender object classes with a common
subset of function members derive from these sub classes.
Functions
|
|
_List
_getModeBits
_getattrEx
_link
_setModeBits
|
|
_List
|
_List ( list, Wrapper )
This function returns list of wrappers, taking a list of raw objects
and the wrapper method
|
|
_getModeBits
|
_getModeBits ( dict, attr )
|
|
_getattrEx
|
_getattrEx ( self, a )
|
|
_link
|
_link ( self, data )
Links Object self with data data . The data type must match
the Object's type, so you cannot link a Lamp to a mesh type Object
|
|
_setModeBits
|
_setModeBits ( dict, args )
Exceptions
|
|
TypeError, "mode must be one of %s" % dict.keys()
|
|
Classes
|
|
dict | readonly dictionary shadow
|
hasIPO | Object class which has Ipo curves assigned
|
hasModes | Object class which has different Modes
|
shadow | This is the shadow base class
|
shadowEx | This is the shadow base class with a minor change; check for
|
|
|