godotengine / FBX2glTF

A command-line tool for the conversion of 3D model assets on the FBX file format to the glTF file format.
Other
311 stars 73 forks source link

Skip empty animations, fixes #44 #53

Closed hu-xd closed 2 months ago

hu-xd commented 2 months ago

animations with no channels are invalid in GLTF, must be skipped. fixes #44