pymel.api.plugins.Command

Inheritance diagram of Command

class Command

create a subclass of this with a doIt method

classmethod creator()
classmethod deregister(object=None)

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

classmethod register(object=None)

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

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

Previous topic

pymel.api.plugins.uninitializePlugin

Core

Core Modules

Other Modules

This Page