FbxPlugin
Overview
FbxPlugin is a class in Aspose.3D FOSS for Python.
Inherits from: Plugin.
FbxPlugin.get_file_format returns the identifier or name of the FBX file format handled by the plugin.
Methods
| Signature | Description |
|---|---|
__init__() | |
get_file_format() | Returns the identifier or name of the FBX file format handled by the plugin |
get_importer() → 'FbxImporter' | Returns an FbxImporter instance used to import FBX files |
get_exporter() → 'FbxExporter' | Returns an FbxExporter instance used to export FBX files |
get_format_detector() → 'FbxFormatDetector' | Returns an FbxFormatDetector that can detect FBX file format versions |
create_load_options() → 'FbxLoadOptions' | Returns a new FbxLoadOptions object for configuring FBX import settings |
create_save_options() → 'FbxSaveOptions' | Returns a new FbxSaveOptions object for configuring FBX export settings |