UsdSaveOptions constructor

init

Initialize a new UsdSaveOptions with FileFormat.USD format

def __init__(self):
    ...

init

Initialize a new UsdSaveOptions with specified USD/USDZ format.

def __init__(self, file_format):
    ...
ParameterTypeDescription
file_formatFileFormat

See Also