pymel.api.plugins.BasePluginMixin

Inheritance diagram of BasePluginMixin

class BasePluginMixin
classmethod create()
classmethod deregister(plugin=None)

If using from within a plugin module’s initializePlugin or uninitializePlugin callback, pass along the MObject given to these functions.

classmethod getMpxType()
classmethod getTypeId(nodeName=None)
classmethod mayaName()
classmethod register(plugin=None)

Used to register this MPx object wrapper with the maya plugin.

By default the command will be registered to a dummy plugin provided by pymel.

If using from within a plugin module’s initializePlugin or uninitializePlugin callback, pass along the MObject given to these functions.

When implementing the derived MPx wrappers, do not override this - instead, override _registerOverride

Previous topic

pymel.api.plugins.unloadAllPlugins

Next topic

pymel.api.plugins.CameraSet

Core

Core Modules

Other Modules

This Page