1

When I try to enable the ninja ripper add-on, it gives me this error:

:Traceback (most recent call last):
  File "C:\Program Files\WindowsApps\BlenderFoundation.Blender_3.6.0.0_x64__ppwjx1n5r4v9t\Blender\3.6\scripts\modules\addon_utils.py", line 333, in enable
    mod = __import__(module_name)
  File "C:\Users\vanes\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\import-ninja.py", line 7, in <module>
    from bpy_extras.io_utils import ImportHelper, orientation_helper_factory, axis_conversion, _check_axis_conversion
ImportError: cannot import name 'orientation_helper_factory' from 'bpy_extras.io_utils' (C:\Program Files\WindowsApps\BlenderFoundation.Blender_3.6.0.0_x64__ppwjx1n5r4v9t\Blender\3.6\scripts\modules\bpy_extras\io_utils.py)

Traceback (most recent call last): File "C:\Program Files\WindowsApps\BlenderFoundation.Blender_3.6.0.0_x64__ppwjx1n5r4v9t\Blender\3.6\scripts\modules\addon_utils.py", line 333, in enable mod = import(module_name) File "C:\Users\vanes\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\import-ninja.py", line 7, in <module> from bpy_extras.io_utils import ImportHelper, orientation_helper_factory, axis_conversion, _check_axis_conversion ImportError: cannot import name 'orientation_helper_factory' from 'bpy_extras.io_utils' (C:\Program Files\WindowsApps\BlenderFoundation.Blender_3.6.0.0_x64__ppwjx1n5r4v9t\Blender\3.6\scripts\modules\bpy_extras\io_utils.py)

The Kalaakaar
  • 2,181
  • 3
  • 21
blablalba
  • 19
  • 2
  • 2
    What add-on? Where do you get the add-on? How can we get it to test? This one seems to register without errors. – Martynas Žiemys Jul 18 '23 at 07:28
  • +1 Martynas .... Anyway issues (errors) with enabling adding should go directly to an author of the addon. BTW If you open addon in text editor, at a beginning of the code is blender version that was written for ... so check that. – vklidu Jul 18 '23 at 07:38
  • Hello and welcome. This is Q&A site run by volunteers, we are not programmers nor in any way associated with the Blender Foundation, decision making nor development process of the software. For bug reports with unknown third party addons please see Where to Report a Bug – Duarte Farrajota Ramos Jul 18 '23 at 09:32

0 Answers0