UsdSaveOptions constructor

__init__(self)

Initialize a new UsdSaveOptions with FileFormat.USD format


def __init__(self):
    ...

__init__(self, file_format)

Initialize a new UsdSaveOptions with specified USD/USDZ format.


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

See Also