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

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

bbhxwl opened this issue · comments

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

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'