Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

error importing fbx characters into blender

New Here ,
Feb 21, 2022 Feb 21, 2022

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

TOPICS
Bug
268
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 21, 2022 Feb 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 22, 2022 Feb 22, 2022

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

Thanks.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Feb 24, 2022 Feb 24, 2022
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines