Trees | Indices | Help |
|
---|
|
OpenMaya.MObject --+ | Attribute
|
|||
_base_cls_ Represents an attribute in general - this is the base class Use this general class to create attribute wraps - it will return a class of the respective type |
|
|||
|
|
|||
|
|
|||
__metaclass__ = MetaClassCreatorNodes
|
|||
_mfn_suffix_ = 'Attribute'
|
|
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. |
Notes:
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Apr 19 18:00:13 2011 | http://epydoc.sourceforge.net |