public class UsdSaveOptions extends SaveOptions
| Constructor and Description |
|---|
UsdSaveOptions()
Initialize a new
UsdSaveOptions with FileFormat.USD format |
UsdSaveOptions(FileFormat fileFormat)
Initialize a new
UsdSaveOptions with specified USD/USDZ format. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getExportMetaData()
Export node's properties through USD's customData field.
|
MaterialConverter |
getMaterialConverter()
Custom converter to convert the geometry's material to PBR material
If this is unassigned, USD exporter will automatically convert the standard material to PBR material.
|
boolean |
getPrimitiveToMesh()
Convert the primitive entities to mesh during the export.
|
void |
setExportMetaData(boolean value)
Export node's properties through USD's customData field.
|
void |
setMaterialConverter(MaterialConverter value)
Custom converter to convert the geometry's material to PBR material
If this is unassigned, USD exporter will automatically convert the standard material to PBR material.
|
void |
setPrimitiveToMesh(boolean value)
Convert the primitive entities to mesh during the export.
|
getExportTextures, setExportTexturesgetEncoding, getFileFormat, getFileName, getFileSystem, getFileSystemFactory, getLookupPaths, lookupForFile, setEncoding, setFileName, setFileSystem, setFileSystemFactory, setLookupPathspublic UsdSaveOptions()
UsdSaveOptions with FileFormat.USD formatpublic UsdSaveOptions(FileFormat fileFormat)
UsdSaveOptions with specified USD/USDZ format.public boolean getPrimitiveToMesh()
public void setPrimitiveToMesh(boolean value)
value - New valuepublic boolean getExportMetaData()
public void setExportMetaData(boolean value)
value - New valuepublic MaterialConverter getMaterialConverter()
public void setMaterialConverter(MaterialConverter value)
value - New value