Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
Solved the problem. I updated blender 3.0 to 3.1 and now I can import Charaters and animation.
Thanks.
Copy link to clipboard
Copied
Yeah the UV maps restriction was a requirement on Blender 3.0.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now