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
| Name | Type | Access | Description |
|---|---|---|---|
export_textures | bool | Read/Write | Gets or sets the export textures. |
reuse_primitive_mesh | bool | Read/Write | Gets or sets the reuse primitive mesh. |
enable_compression | bool | Read/Write | Gets or sets the enable compression. |
fold_repeated_curve_data | `` | Read/Write | Gets or sets the fold repeated curve data. |
export_legacy_material_properties | bool | Read/Write | Gets or sets the export legacy material properties. |
video_for_texture | bool | Read/Write | Gets or sets the video for texture. |
embed_textures | bool | Read/Write | Gets or sets the embed textures. |
generate_vertex_element_material | bool | Read/Write | Gets or sets the generate vertex element material. |
file_format | 'FileFormat' | Read | Gets the file format. |
encoding | str | Read/Write | Gets or sets the encoding. |
file_system | 'FileSystem' | Read/Write | Gets or sets the file system. |
lookup_paths | List[str] | Read/Write | Gets or sets the lookup paths. |
file_name | str | Read/Write | Gets or sets the file name. |
Methods
| Signature | Description |
|---|---|
__init__(format) |