facebookincubator / FBX2glTF

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

Warning: node /RootNode/Model uses unsupported transform inheritance type 'eInheritRrSs'. (Further warnings of this type squelched.) #305

Open bbhxwl opened 10 months ago

bbhxwl commented 10 months ago

Warning: node /RootNode/Model uses unsupported transform inheritance type 'eInheritRrSs'. (Further warnings of this type squelched.)

guangze233 commented 9 months ago

steps:

  1. .\FBX2glTF-windows-x64.exe -i .\model.fbx -o model.glb -b -d, got the warning;
  2. When importing model.glb with Blender, got "Bad glTF: json error: utf-8".

Please check if there is any garbled code in the model,such as the name of mesh or material : ) relevant issue: unsupported transform inheritance type 'eInheritRrSs'