Dene33 / dae_fbx_to_bvh

Batch converter of .dae and .fbx files to .bvh with help of Blender.
24 stars 9 forks source link

Error: Version 6100 unsupported, must be 7100 or later #6

Open ismeyueyue opened 3 years ago

ismeyueyue commented 3 years ago

Hi, when I try to convert .fbx file to .bvn file on my linux, the bbland error occurs. Do you have any ideas, thanks a lot.

Read blend: /home/xxx/Code/dae_fbx_to_bvh/dae_fbx_to_bvh.blend
FBX Import: start importing /home/xxx/Code/dae_fbx_to_bvh/xxx.fbx
Error: Version 6100 unsupported, must be 7100 or later
Error: Version 6100 unsupported, must be 7100 or later
Traceback (most recent call last):
  File "/home/xxx/Code/dae_fbx_to_bvh/dae_fbx_to_bvh.py", line 64, in <module>
    ignore_leaf_bones=True)
  File "/usr/share/blender/scripts/modules/bpy/ops.py", line 189, in __call__
    ret = op_call(self.idname_py(), None, kw)
RuntimeError: Error: Version 6100 unsupported, must be 7100 or later

Blender quit