A3DRWParamsExportUSDData
-
struct
A3DRWParamsExportUSDData A structure that specifies parameters used to write the model file to USD format.
25.4
This structure is experimental and may change in future versions. For more information, see Experimental
Variables
-
A3DBool
A3DRWParamsExportUSDData.m_bInstancing -
Controls if the USD file should use instancing.
True by default.
-
A3DBool
A3DRWParamsExportUSDData.m_bExportGlobalTransformations -
When m_bInstancing is false, controls if the USD file should use global transforms, else local transforms are applied.
False by default.
-
A3DBool
A3DRWParamsExportUSDData.m_bWriteHiddenObjects -
Controls if all parts should be converted and visibility settings maintained.
If false, hidden or non-visible parts are ignored. True by default.
-
A3DBool
A3DRWParamsExportUSDData.m_bWriteWireframe -
Controls if the USD file should export wireframes.
False by default.
-
A3DBool
A3DRWParamsExportUSDData.m_bWriteAttributes -
Controls if the USD file should convert metadata, including PMI, to USD attributes.
False by default
-
A3DBool
A3DRWParamsExportUSDData.m_bSewMesh -
Controls if the USD file should deduplicate mesh vertices and normals (welds mesh).
True by default.
-
A3DBool
A3DRWParamsExportUSDData.m_bWriteMaterials -
Controls if the USD file should use materials.
True by default.
-
A3DETessellationLevelOfDetail
A3DRWParamsExportUSDData.m_eTessellationLevelOfDetail -
Controls the tessellation level of detail to recompute in case the tessellation is missing or invalid.
kA3DUSDTessLODMedium by default. LOD from kA3DTessLODExtraLow to kA3DTessLODExtraHigh supported only.