2 #include "AL/usdmaya/Common.h"
3 #include "AL/usdmaya/fileio/ImportParams.h"
5 #include "maya/MPxCommand.h"
7 #include <pxr/base/tf/token.h>
30 inline operator bool ()
const
35 MStatus importTansform(
const UsdPrim& prim,
const MDagPath& parent);
48 AL_MAYA_DECLARE_COMMAND();
59 MStatus doIt(
const MArgList& args);
62 bool isUndoable()
const {
return true; };
63 ImporterParams m_params;
parameters for the importer
Definition: ImportParams.h:18
Import(const ImporterParams ¶ms)
the ctor runs the main import process. Simply pass in a set of parameters that will determine what ma...
~ImportCommand()
dtor
Definition: Import.h:55
ImportCommand()
ctor
Definition: Import.h:51
A command to import a USD file into Maya (supporting A20 specific requirements)
Definition: Import.h:44
A class that performs the import of data from USD into Maya.
Definition: Import.h:17