/* * Copyright 2004 Perforce Software. All rights reserved. * * Developed by Data Shades Ltd. */ #include <maya/MString.h> #include <maya/MArgList.h> #include <maya/MPxCommand.h> /* * Class to handle "Undo" menu command */ class UndoCommand : public MPxCommand { public: /* * Carry out action */ MStatus doIt( const MArgList& args ); /* * Return an instance of this class */ static void* creator(); };
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 10140 | Matt Attaway | Initial release of the P4GT source code. |