17 #include "AL/maya/utils/Api.h"
18 #include "AL/maya/utils/MayaHelperMacros.h"
19 #include "AL/usdmaya/fileio/ImportParams.h"
20 #include "AL/usdmaya/cmds/ProxyShapeCommands.h"
22 #include "maya/MPxCommand.h"
23 #include "maya/MDagModifier.h"
24 #include "maya/MObject.h"
25 #include "maya/MObjectArray.h"
28 #include "pxr/usd/usd/stage.h"
30 PXR_NAMESPACE_USING_DIRECTIVE
46 AL_MAYA_DECLARE_COMMAND();
48 bool isUndoable()
const override;
49 MStatus doIt(
const MArgList& args)
override;
60 AL_MAYA_DECLARE_COMMAND();
62 bool isUndoable()
const override;
63 MStatus doIt(
const MArgList& args)
override;
A command to activate / deactivate a prim - just a maya convenience wrapper around USD functionality...
Definition: UnloadPrim.h:56
Base class for all proxy shape commands. Sets up some common command syntax, along with a few handy u...
Definition: ProxyShapeCommands.h:45
A command to force a variant switch - just a maya convenience wrapper around USD functionality.
Definition: UnloadPrim.h:42