20 #include "maya/MPxCommand.h"
23 #include "AL/usdmaya/utils/ForwardDeclares.h"
24 #include "AL/maya/utils/Api.h"
25 #include "AL/maya/utils/MayaHelperMacros.h"
27 PXR_NAMESPACE_USING_DIRECTIVE
40 MArgDatabase makeDatabase(
const MArgList& args);
42 AL_MAYA_DECLARE_COMMAND();
44 bool isUndoable()
const override;
45 MStatus doIt(
const MArgList& args)
override;
50 void constructDebugCommandGuis();
A command that allows you to query and modify the current status of the TfDebug symbols.
Definition: DebugCommands.h:37