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.
|
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 |
setPrimitiveToMesh(boolean value)
Convert the primitive entities to mesh during the export.
|
getEncoding, getFileFormat, getFileName, getFileSystem, getFileSystemFactory, getLookupPaths, lookupForFile, setEncoding, setFileName, setFileSystem, setFileSystemFactory, setLookupPaths
public 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 value