Skip to main content
Participant
February 21, 2022
Question

error importing fbx characters into blender

  • February 21, 2022
  • 1 reply
  • 332 views

I downloaded some characters with animation into Blender, but I received this error:

Python: Traceback (most recent call last):
File "C:\Blender Foundation\Blender 3.0\3.0\scripts\addons\io_scene_fbx\__init__.py", line 216, in execute
if import_fbx.load(self, context, filepath=path, **keywords) == {'FINISHED'}:
File "C:\Blender Foundation\Blender 3.0\3.0\scripts\addons\io_scene_fbx\import_fbx.py", line 2600, in load
_(); del _
File "C:\Blender Foundation\Blender 3.0\3.0\scripts\addons\io_scene_fbx\import_fbx.py", line 2599, in _
fbx_item[1] = blen_read_geom(fbx_tmpl, fbx_obj, settings)
File "C:\Blender Foundation\Blender 3.0\3.0\scripts\addons\io_scene_fbx\import_fbx.py", line 1296, in blen_read_geom
blen_read_geom_layer_uv(fbx_obj, mesh)
File "C:\Blender Foundation\Blender 3.0\3.0\scripts\addons\io_scene_fbx\import_fbx.py", line 1048, in blen_read_geom_layer_uv
uv_lay = mesh.uv_layers.new(name=fbx_layer_name, do_init=False)
RuntimeError: Error: Cannot add more than 8 UV maps


location: <unknown location>:-1

 

Some solution?

Andrea  Deplano

This topic has been closed for replies.

1 reply

Ussnorway7605025
Legend
February 21, 2022

the error message says that your build of Blender can't read the Fbx file you tried to load... you didn't tell us what model you tried or what build of Blender with what import settings so no one can help you more sorry

Participant
February 22, 2022

Solved the problem. I updated blender 3.0 to 3.1 and now I can import Charaters and animation.

Thanks.

Inspiring
February 25, 2022

Yeah the UV maps restriction was a requirement on Blender 3.0.