System Information
Operating system: Windows 10
Graphics card: NVIDIA GeForce RTX 2060 Super
Blender Version
Broken: (3.0.0 on 01/15/2022)
Worked: (none)
Short description of error
Python: Traceback (most recent call last):
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\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:\Program Files (x86)\Steam\steamapps\common\Blender\3.0\scripts\addons\io_scene_fbx\import_fbx.py", line 2600, in load
_(); del _
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\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:\Program Files (x86)\Steam\steamapps\common\Blender\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:\Program Files (x86)\Steam\steamapps\common\Blender\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
This is the error code I received when I tried to import the FBX into Blender.
Exact steps for others to reproduce the error
The only way to replicate it is by importing the FBX I was using upon first opening a new file.