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
| Name | Type | Access | Description |
|---|---|---|---|
export_textures | bool | Read | Enables exporting texture files with the FBX output |
reuse_primitive_mesh | bool | Read | Reuses existing primitive mesh data when saving to reduce file size |
enable_compression | bool | Read | Compresses the FBX file to reduce its size |
fold_repeated_curve_data | `` | Read | Folds identical curve data to avoid duplication in the FBX file |
export_legacy_material_properties | bool | Read | Includes legacy material properties for compatibility with older FBX versions |
video_for_texture | bool | Read | Stores video files as textures when exporting FBX |
embed_textures | bool | Read | Embeds texture data directly into the FBX file instead of external references |
generate_vertex_element_material | bool | Read | Creates a material per vertex element during FBX export |
Methods
| Signature | Description |
|---|---|
__init__(format) |