MFnPluginData allows the creation and manipulation of plugin
data objects for use in the dependency graph.
__init__()
Initializes a new, empty MFnPluginData object
__init__(MObject)
Initializes a new MFnPluginData function set, attached
to the specified object.
Method resolution order:
- MFnPluginData
- MFnData
- MFnBase
- __builtin__.object
Constructor & Destructor Documentation
OpenMaya.MFnPluginData.__init__
(
)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Member Function Documentation
OpenMaya.MFnPluginData.create
(
)
create(id) -> MObject
Create an instance of the specified user defined data type and attach it to this functionset.
* id (MTypeId) - the unique MTypeId of the user defined data class derived from MPxData.
OpenMaya.MFnPluginData.data
(
)
data() -> MPxData
Return the user defined data held in this instance
OpenMaya.MFnPluginData.typeId
(
)
typeId() -> MTypeId
Return the unique MTypeId of the user defined data that is held by this instance