17 #include "maya/MDagPath.h"
18 #include "maya/MString.h"
19 #include "maya/MStringArray.h"
22 #include "pxr/usd/sdf/layer.h"
23 #include "AL/usd/utils/ForwardDeclares.h"
25 PXR_NAMESPACE_USING_DIRECTIVE
27 #ifndef USE_AL_DEFAULT
28 #define USE_AL_DEFAULT 0
MString m_fileName
the name of the file to import
Definition: ImportParams.h:43
bool m_nurbsCurves
true to import nurbs curves, false to ignore nurbs curves on import
Definition: ImportParams.h:46
parameters for the importer
Definition: ImportParams.h:40
SdfLayerRefPtr m_rootLayer
Definition: ImportParams.h:50
bool m_forceDefaultRead
true to explicit read default values
Definition: ImportParams.h:49
bool m_meshes
true to import mesh geometry, false to ignore mesh geometry on import
Definition: ImportParams.h:44
MDagPath m_parentPath
the parent transform under which the USD file will be imported
Definition: ImportParams.h:42
SdfLayerRefPtr m_sessionLayer
Definition: ImportParams.h:51
bool m_dynamicAttributes
if true, attributes in the USD file marked as 'custom' will be imported as dynamic attributes...
Definition: ImportParams.h:47
bool m_stageUnloaded
if true, the USD stage will be opened with the UsdStage::LoadNone flag. If false the stage will be lo...
Definition: ImportParams.h:48
bool m_animations
true to import animation data, false to ignore animation data import
Definition: ImportParams.h:45