FbxSaveOptions

FbxSaveOptions

Overview

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

FbxSaveOptions.export_textures enables exporting texture files with the FBX output.

Properties

NameTypeAccessDescription
export_texturesboolReadEnables exporting texture files with the FBX output
reuse_primitive_meshboolReadReuses existing primitive mesh data when saving to reduce file size
enable_compressionboolReadCompresses the FBX file to reduce its size
fold_repeated_curve_data``ReadFolds identical curve data to avoid duplication in the FBX file
export_legacy_material_propertiesboolReadIncludes legacy material properties for compatibility with older FBX versions
video_for_textureboolReadStores video files as textures when exporting FBX
embed_texturesboolReadEmbeds texture data directly into the FBX file instead of external references
generate_vertex_element_materialboolReadCreates a material per vertex element during FBX export

Methods

SignatureDescription
__init__(format)