facebookincubator / FBX2glTF

A command-line tool for the conversion of 3D model assets on the FBX file format to the glTF file format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duplicate animation track names cause issues in some viewers

looeee opened this issue · comments

Here's the original FBX

ShineGreymon.zip

And converted glTF.

chr776.glb.zip

After being converted to glTF there are multiple animation tracks with the same name, which causes problems in some viewers. See three-gltf-viewer#194.

Should names be automatically de-duplicated?