You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I tried to install this addon in linux but i get this error when installing the addon and clicking the checkbox. Modules Installed () from '/home/winesap/Downloads/io_scene_obj_rgba-main.zip' into '/home/winesap/.config/blender/3.2/scripts/addons'
bpy.context.space_data.recent_folders_active = 1
bpy.context.space_data.recent_folders_active = 1
Traceback (most recent call last):
File "/home/winesap/Downloads/blender-3.2.0-linux-x64/3.2/scripts/modules/addon_utils.py", line 335, in enable
mod = import(module_name)
File "/home/winesap/.config/blender/3.2/scripts/addons/io_scene_obj_rgba-main/init.py", line 48, in
from bpy_extras.io_utils import (
ImportError: cannot import name 'orientation_helper_factory' from 'bpy_extras.io_utils' (/home/winesap/Downloads/blender-3.2.0-linux-x64/3.2/scripts/modules/bpy_extras/io_utils.py)
The text was updated successfully, but these errors were encountered:
Hello! I tried to install this addon in linux but i get this error when installing the addon and clicking the checkbox. Modules Installed () from '/home/winesap/Downloads/io_scene_obj_rgba-main.zip' into '/home/winesap/.config/blender/3.2/scripts/addons'
bpy.context.space_data.recent_folders_active = 1
bpy.context.space_data.recent_folders_active = 1
Traceback (most recent call last):
File "/home/winesap/Downloads/blender-3.2.0-linux-x64/3.2/scripts/modules/addon_utils.py", line 335, in enable
mod = import(module_name)
File "/home/winesap/.config/blender/3.2/scripts/addons/io_scene_obj_rgba-main/init.py", line 48, in
from bpy_extras.io_utils import (
ImportError: cannot import name 'orientation_helper_factory' from 'bpy_extras.io_utils' (/home/winesap/Downloads/blender-3.2.0-linux-x64/3.2/scripts/modules/bpy_extras/io_utils.py)
The text was updated successfully, but these errors were encountered: