ExportFormat for Autodesk FBX is not available

Issue #27 resolved
Former user created an issue

Hi,

It seems that FBX export format is not available in the release 4.1.0

We've printed the available formats :

foreach (ExportFormatDescription format in importer.GetSupportedExportFormats()) { Log.Info("ExportFormatDescription : " + format.FormatId); }

and the result is : collada x stp obj objnomtl stl stlb ply plyb 3ds gltf glb gltf2 assbin assxml x3d 3mf

where is the FBX Exporter?

Regards

Comments (2)

  1. Nicholas Woodfield repo owner

    Sounds like you answered your own question.

    On the Assimp Github home page, it lists FBX export as experimental. But the release notes for 4.1.0 only list 3MF as a new experimental exporter. So FBX export must be only on the latest (unreleased) branch, and not in the 4.1.0 release which AssimpNet targets.

  2. Log in to comment