FbxSaveOptions constructor

__init__(self, format)

Initializes a FbxSaveOptions


def __init__(self, format):
    ...
ParameterTypeDescription
formatFileFormatInstance of FileFormat, it should be a valid FBX format.

__init__(self, content_type)

Initialize a FbxSaveOptions using latest supported version.


def __init__(self, content_type):
    ...
ParameterTypeDescription
content_typeFileContentTypeBinary or ASCII

See Also