15 #ifndef MAYASAVEPVIEW_H
16 #define MAYASAVEPVIEW_H
30 #include "maya/OpenMayaMac.h"
36 #include "dtool_config.h"
41 #define REQUIRE_IOSTREAM
42 #endif // PHAVE_IOSTREAM
44 #include <maya/MArgList.h>
45 #include <maya/MPxCommand.h>
46 #include <maya/MObject.h>
68 virtual MStatus
doIt(
const MArgList &args);
77 #define EXPCL_MISC __declspec(dllexport)
82 EXPCL_MISC MStatus initializePlugin(MObject obj);
83 EXPCL_MISC MStatus uninitializePlugin(MObject obj);
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.
This class serves as a plug-in to Maya to save the scene and view it using the external pview program...