Online3DViewer icon indicating copy to clipboard operation
Online3DViewer copied to clipboard

FBX export

Open icedwater opened this issue 1 year ago • 2 comments

Thanks for creating a great FBX importer online! What can we do to help make the website export FBX as well? I'm trying to find one in Python and I don't see anything usable. I have a bunch of vertices in a Numpy array...

icedwater avatar Sep 23 '24 06:09 icedwater

FBX is an Autodesk proprietary format. They do provide an SDK with python bindings, but I doubt it could be added directly to this project. It would need some work to connect it. https://aps.autodesk.com/developer/overview/fbx-sdk https://help.autodesk.com/view/FBX/2020/ENU/?guid=FBX_Developer_Help_scripting_with_python_fbx_html

metabinary-ltd avatar Oct 28 '24 19:10 metabinary-ltd

Since Python is not something for web, blender, a desktop software, offers python api for fbx import/export

kzhsw avatar Jun 06 '25 08:06 kzhsw