BabylonJS / Editor

Community managed visual editor for Babylon.js
http://editor.babylonjs.com/
812 stars 232 forks source link

Export/convert animated glb #420

Closed shibberd closed 11 months ago

shibberd commented 1 year ago

Not really an issue but more of a work flow request.

Our client has sent an animated glb and usdz file but we need to change the animation. They cant send the source files probably from 3DSMax so is there a workflow which can export the glb as fbx which retains the animation within.

We can then re animate and export from Maya using Babylon. Thanks for any help. Steve

julien-moreau commented 11 months ago

Hi @shibberd !

Unfortunately, the editor supports only GLTF/GLB serialization. Also, the support of loading is limited where it's unable to serialize as FBX :(

Maybe you can use Sketchfab to convert them to FBX or find a proper plugin that enables to load GLB files properly in your modeler

For questions and help don't hesitate to post on the forum (https://forum.babylonjs.com/), the community might have a log of ideas to help in your process