18 #include "pandatoolbase.h" 19 #include "pandaFramework.h" 21 #include "pre_maya_include.h" 22 #include <maya/MArgList.h> 23 #include <maya/MPxCommand.h> 24 #include <maya/MObject.h> 25 #include "post_maya_include.h" 36 virtual MStatus
doIt(
const MArgList &args);
41 bool convert(
const NodePath &parent,
bool animate);
44 EXPCL_MISC MStatus initializePlugin(MObject obj);
45 EXPCL_MISC MStatus uninitializePlugin(MObject obj);
This class serves as a plug-in to Maya to allow viewing the current Maya selection as it will be conv...
static void * creator()
This is used to create a new instance of the plugin.
virtual MStatus doIt(const MArgList &args)
Called when the plugin command is invoked.
NodePath is the fundamental system for disambiguating instances, and also provides a higher-level int...