| Trees | Indices | Help |
|
|---|
|
|
OpenMaya.MObject --+
|
Component
|
|||
|
_base_cls_ Represents a shape component - its derivates can be used to handle component lists to be used in object sets and shading engines |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
__metaclass__ = MetaClassCreatorNodes
|
|||
_mfnType = Nonehash(x) |
|||
_mfn_suffix_ = "Component"
|
|||
|
|||
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: It is important that you call this function on the Component Class of a compatible type, or a RuntimeError will occour |
Note: the type returned is not the type of the shape component |
|
Note: do not use this function as it will be really slow when handling many items, use addElements instead |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Apr 19 18:00:13 2011 | http://epydoc.sourceforge.net |