You are not logged in.
HI, I am using Blender 2.90 and wanted to activate an add-on, but the list is empty.
By starting blender via terminal I get the following message:
Traceback (most recent call last):
File "/usr/share/blender/2.90/scripts/modules/addon_utils.py", line 351, in enable
mod = __import__(module_name)
File "/usr/share/blender/2.90/scripts/addons/io_anim_bvh/__init__.py", line 48, in <module>
from bpy_extras.io_utils import (
ImportError: cannot import name 'orientation_helper_factory' from 'bpy_extras.io_utils' (/usr/share/blender/2.90/scripts/modules/bpy_extras/io_utils.py)
Traceback (most recent call last):
File "/usr/share/blender/2.90/scripts/modules/addon_utils.py", line 351, in enable
mod = __import__(module_name)
File "/usr/share/blender/2.90/scripts/addons/io_mesh_ply/__init__.py", line 55, in <module>
from bpy_extras.io_utils import (
ImportError: cannot import name 'orientation_helper_factory' from 'bpy_extras.io_utils' (/usr/share/blender/2.90/scripts/modules/bpy_extras/io_utils.py)
Traceback (most recent call last):
File "/usr/share/blender/2.90/scripts/modules/addon_utils.py", line 351, in enable
mod = __import__(module_name)
File "/usr/share/blender/2.90/scripts/addons/io_mesh_stl/__init__.py", line 67, in <module>
from bpy_extras.io_utils import (
ImportError: cannot import name 'orientation_helper_factory' from 'bpy_extras.io_utils' (/usr/share/blender/2.90/scripts/modules/bpy_extras/io_utils.py)
Traceback (most recent call last):
File "/usr/share/blender/2.90/scripts/modules/addon_utils.py", line 351, in enable
mod = __import__(module_name)
File "/usr/share/blender/2.90/scripts/addons/io_scene_fbx/__init__.py", line 52, in <module>
from bpy_extras.io_utils import (
ImportError: cannot import name 'orientation_helper_factory' from 'bpy_extras.io_utils' (/usr/share/blender/2.90/scripts/modules/bpy_extras/io_utils.py)
Traceback (most recent call last):
File "/usr/share/blender/2.90/scripts/modules/addon_utils.py", line 351, in enable
mod = __import__(module_name)
File "/usr/share/blender/2.90/scripts/addons/io_scene_obj/__init__.py", line 48, in <module>
from bpy_extras.io_utils import (
ImportError: cannot import name 'orientation_helper_factory' from 'bpy_extras.io_utils' (/usr/share/blender/2.90/scripts/modules/bpy_extras/io_utils.py)
Traceback (most recent call last):
File "/usr/share/blender/2.90/scripts/modules/addon_utils.py", line 351, in enable
mod = __import__(module_name)
File "/usr/share/blender/2.90/scripts/addons/io_scene_x3d/__init__.py", line 48, in <module>
from bpy_extras.io_utils import (
ImportError: cannot import name 'orientation_helper_factory' from 'bpy_extras.io_utils' (/usr/share/blender/2.90/scripts/modules/bpy_extras/io_utils.py)
Uninstalling blender, checking if /usr/share/blender/ has been removed and installing blender again didn't help.
Version:
Blender 2.90.0
community/blender 17:2.90.0-1 [installed]
Any ideas?
Offline
Offline
Oops, thx.
Offline