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
| Name | Type | Access | Description |
|---|---|---|---|
export_textures | bool | Read | Enables exporting of texture files when saving an FBX |
reuse_primitive_mesh | bool | Read | Reuses existing primitive mesh data instead of duplicating it |
enable_compression | bool | Read | Compresses the FBX output to reduce file size |
fold_repeated_curve_data | `` | Read | Folds identical curve data to avoid redundancy |
export_legacy_material_properties | bool | Read | Includes legacy material attributes in the FBX |
video_for_texture | bool | Read | Treats video files as texture sources during export |
embed_textures | bool | Read | Embeds texture data directly into the FBX file |
generate_vertex_element_material | bool | Read | Creates 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
| Signature | Description |
|---|---|
__init__(format) |