blender-egg-importer
blender-egg-importer copied to clipboard
Blender 2.9x compatibility - almost
I've just tried installing it with Blender 2.93.4 which resulted in an error popping up:
Modules Installed (blender-egg-importer-1.8) from '/home/riot/Downloads/blender-egg-importer-1.8.zip' into '/home/riot/.config/blender/2.93/scripts/addons'
Traceback (most recent call last):
File "/usr/share/blender/scripts/modules/addon_utils.py", line 351, in enable
mod = __import__(module_name)
ModuleNotFoundError: No module named 'blender-egg-importer-1'
I was able to fix that, by renaming the folder in the zipfile to blender-egg-importer
and restarting blender - just refreshing the add-on list didn't work.
Interesting, I guess Blender has a problem with directories with a period in the name, which GitHub automatically adds when downloading a release.
I recommend downloading it straight from the master branch instead, so you won't have this issue.