FbxExporter
FbxExporter — FbxExporter klasa. Nasleđuje od: Exporter.
Nema javno dokumentovanih svojstava u izvoru.
| Signature | Description |
|---|---|
save(filename: str, scene: 'Scene', options: 'FbxSaveOptions') | Not implemented in the FOSS edition — throws at runtime. Saves the given Scene to a file path using specified FbxSaveOptions |
save_to_stream(stream: io.IOBase, scene: 'Scene', options: 'FbxSaveOptions') | Not implemented in the FOSS edition — throws at runtime. Writes the given Scene to a binary stream with provided FbxSaveOptions |
__init__() | |
supports_format(file_format: 'FileFormat') → bool | Not implemented in the FOSS edition — throws at runtime. |
export(scene: 'Scene', stream, options: 'SaveOptions') | Not implemented in the FOSS edition — throws at runtime. |