FbxSaveOptions constructor

init

Initializes a FbxSaveOptions

def __init__(self, format):
    ...
ParameterTypeDescription
formatFileFormat

init

Initialize a FbxSaveOptions using latest supported version.

def __init__(self, content_type):
    ...
ParameterTypeDescription
content_typeFileContentType

See Also