FbxSaveOptions

FbxSaveOptions

Overview

FbxSaveOptions is a class in Aspose.3D FOSS for Python. Inherits from: SaveOptions.

FbxSaveOptions.export_textures enables exporting of texture files when saving an FBX.

This class provides 1 method for working with FbxSaveOptions objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package. Properties: embed_textures, enable_compression, encoding, export_legacy_material_properties, export_textures, file_format, and 7 more.

Properties

NameTypeAccessDescription
export_texturesboolRead/WriteGets or sets the export textures.
reuse_primitive_meshboolRead/WriteGets or sets the reuse primitive mesh.
enable_compressionboolRead/WriteGets or sets the enable compression.
fold_repeated_curve_data``Read/WriteGets or sets the fold repeated curve data.
export_legacy_material_propertiesboolRead/WriteGets or sets the export legacy material properties.
video_for_textureboolRead/WriteGets or sets the video for texture.
embed_texturesboolRead/WriteGets or sets the embed textures.
generate_vertex_element_materialboolRead/WriteGets or sets the generate vertex element material.
file_format'FileFormat'ReadGets the file format.
encodingstrRead/WriteGets or sets the encoding.
file_system'FileSystem'Read/WriteGets or sets the file system.
lookup_pathsList[str]Read/WriteGets or sets the lookup paths.
file_namestrRead/WriteGets or sets the file name.

Methods

SignatureDescription
__init__(format)

See Also