Cortex
10.0.0-a4
|
#include <ParameterisedHolderSetValueCmd.h>
Inherits MPxCommand.
Public Member Functions | |
virtual bool | isUndoable () const |
virtual MStatus | doIt (const MArgList &argList) |
virtual MStatus | undoIt () |
virtual MStatus | redoIt () |
Static Public Member Functions | |
static void * | creator () |
static MSyntax | newSyntax () |
This command is used to implement the IECoreMaya.FnParameterisedHolder setNodeValue and setNodeValues methods in a way which supports undo. It's better to use those methods than call this directly.