io_anim_seanim icon indicating copy to clipboard operation
io_anim_seanim copied to clipboard

Error when trying to enable the plugin in Blender 2.83

Open WiseHorror opened this issue 5 years ago • 5 comments
trafficstars

I get this error when trying to enable it:

  File "C:\Program Files\Blender Foundation\Blender 2.83\2.83\scripts\modules\addon_utils.py", line 351, in enable
    mod = __import__(module_name)
ModuleNotFoundError: No module named 'io_anim_seanim-0'

WiseHorror avatar Aug 16 '20 20:08 WiseHorror

Same happening in 2.79 and 2.9

Manurocker95 avatar Oct 20 '20 09:10 Manurocker95

I’ll have to look into this some more but I’m fairly certain it’s due to a bad plugin installation.

On Oct 20, 2020, at 5:56 AM, Manu [email protected] wrote:

 Same happening in 2.79 and 2.9

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

SE2Dev avatar Oct 20 '20 14:10 SE2Dev

Same thing in 2.9 and 2.91, BUT i fixed it, and I'm not a programmer!

Go to the %appdata% directory: C:\Users\User\AppData\Roaming\Blender Foundation\Blender\2.xx\scripts\addons\io_anim_seanim-0.4.1 And rename folder to io_anim_seanim-0. That's all!

I'm still shocked that the solution was so simple.

SamArtGit avatar Nov 26 '20 10:11 SamArtGit

Ah this is because of the . in the filepath. I'm not sure if GitHub changed the file structure for when you download releases now, but I'll change it when I get the chance.

SE2Dev avatar Nov 29 '20 20:11 SE2Dev

Same thing in 2.9 and 2.91, BUT i fixed it, and I'm not a programmer!

Go to the %appdata% directory: C:\Users\User\AppData\Roaming\Blender Foundation\Blender\2.xx\scripts\addons\io_anim_seanim-0.4.1 And rename folder to io_anim_seanim-0. That's all!

I'm still shocked that the solution was so simple.

I had "io_anim_seanim-master" as I downloaded from the zip. Renaming to "io_anim_seanim-0" does not fix the issue on 2.82

Manurocker95 avatar Dec 02 '20 14:12 Manurocker95