Trees | Indices | Help |
|
---|
|
OpenMaya.MObject --+ | Data
|
|||
_base_cls_ Represents an data in general - this is the base class Use this general class to create data wrap objects - it will return a class of the respective type |
|
|||
|
|
|||
|
|
|||
__metaclass__ = MetaClassCreatorNodes
|
|||
_mfn_suffix_ = 'Data'
|
|
Constructor for MObject derived types which only differ in a few parameters. Requires _base_cls_ and _mfn_suffix_ to be set on the respective class return an attribute class of the respective type for given MObject
Note: Custom constructors are not possible as __init__ is automatically called afterwards - MObject does not support anything but no args or another MObject. |
Note: specialize this method in derived types ! |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Apr 19 18:00:13 2011 | http://epydoc.sourceforge.net |