keyhom / io_scene_cgf

CGF file format plugin for importing in blender.
MIT License
3 stars 5 forks source link

Can´t enable Addon #1

Closed Consalv0 closed 4 months ago

Consalv0 commented 5 years ago

In Blender 2.80

When trying to enable the addon this error is shown: Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender\2.80\scripts\modules\addon_utils.py", line 351, in enable mod = __import__(module_name) File "C:\Users\Consalvo\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\io_scene_cgf\__init__.py", line 31, in <module> from bpy_extras.io_utils import ( ImportError: cannot import name 'orientation_helper_factory' from 'bpy_extras.io_utils' (C:\Program Files\Blender Foundation\Blender\2.80\scripts\modules\bpy_extras\io_utils.py)

keyhom commented 5 years ago

Blender 2.8 is not yet support.

Mortecha commented 3 years ago

@keyhom, I appreciate the work you've done on this so far, any intentions of returning to this project and getting it all updated and running again?