AL_USDMaya  0.29.4
USD to Maya Bridge
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
AL::usdmaya::fileio::ImporterParams Struct Reference

parameters for the importer More...

#include <ImportParams.h>

Public Attributes

MDagPath m_parentPath
 the parent transform under which the USD file will be imported
 
MString m_fileName
 the name of the file to import
 
bool m_meshes = true
 true to import mesh geometry, false to ignore mesh geometry on import
 
bool m_animations = true
 true to import animation data, false to ignore animation data import
 
bool m_nurbsCurves = true
 true to import nurbs curves, false to ignore nurbs curves on import
 
bool m_dynamicAttributes = true
 if true, attributes in the USD file marked as 'custom' will be imported as dynamic attributes.
 
bool m_stageUnloaded = true
 if true, the USD stage will be opened with the UsdStage::LoadNone flag. If false the stage will be loaded with the UsdStage::LoadAll flag
 
bool m_forceDefaultRead = false
 true to explicit read default values
 
SdfLayerRefPtr m_rootLayer
 
SdfLayerRefPtr m_sessionLayer
 

Detailed Description

parameters for the importer

Member Data Documentation

SdfLayerRefPtr AL::usdmaya::fileio::ImporterParams::m_rootLayer
Todo:
Remove?
SdfLayerRefPtr AL::usdmaya::fileio::ImporterParams::m_sessionLayer
Todo:
Remove?

The documentation for this struct was generated from the following file: