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.

Properties

NameTypeAccessDescription
export_texturesboolReadEnables exporting of texture files when saving an FBX
reuse_primitive_meshboolReadReuses existing primitive mesh data instead of duplicating it
enable_compressionboolReadCompresses the FBX output to reduce file size
fold_repeated_curve_data``ReadFolds identical curve data to avoid redundancy
export_legacy_material_propertiesboolReadIncludes legacy material attributes in the FBX
video_for_textureboolReadTreats video files as texture sources during export
embed_texturesboolReadEmbeds texture data directly into the FBX file
generate_vertex_element_materialboolReadCreates per-vertex material elements in the FBX
_export_textures``Read
_reuse_primitive_mesh``Read
_enable_compression``Read
_fold_repeated_curve_data``Read
_export_legacy_material_properties``Read
_video_for_texture``Read
_embed_textures``Read
_generate_vertex_element_material``Read

Methods

SignatureDescription
__init__(format)

See Also