2 #include "AL/usdmaya/fileio/ImportParams.h"
3 #include "AL/usdmaya/cmds/ProxyShapeCommands.h"
5 #include "maya/MPxCommand.h"
6 #include "maya/MDagModifier.h"
7 #include "maya/MObject.h"
8 #include "maya/MObjectArray.h"
10 #include "pxr/usd/usd/stage.h"
26 AL_MAYA_DECLARE_COMMAND();
28 bool isUndoable()
const override;
29 MStatus doIt(
const MArgList& args)
override;
Base class for all proxy shape commands. Sets up some common command syntax, along with a few handy u...
Definition: ProxyShapeCommands.h:22
A command to force a variant switch.
Definition: UnloadPrim.h:22