coa_tools icon indicating copy to clipboard operation
coa_tools copied to clipboard

Install won't enable in blender 2.82

Open mark-viatech opened this issue 5 years ago • 5 comments

Cloned the repo and zipped the coa_tools folder. It installs but will not activate. The error is:

Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 2.82\2.82\scripts\modules\addon_utils.py", line 351, in enable mod = import(module_name) File "C:\Users\Mark\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\coa_tools_init_.py", line 145, in create_sprite_object.COATOOLS_OT_CreateSpriteObject, AttributeError: module 'coa_tools.operators.create_sprite_object' has no attribute 'COATOOLS_OT_CreateSpriteObject'

mark-viatech avatar Apr 15 '20 15:04 mark-viatech

hi Mark, Are you working with the 2.8 branch? It is needed by Blender 2.8. tj

tomaszjacek avatar Apr 15 '20 22:04 tomaszjacek

I had the same issue with the blender28 branch today. It works ok in 2.81 but 2.82a(downloaded today) throws the above error.

shannon avatar Apr 16 '20 04:04 shannon

Hi Tj & Shannon

Yes using the 2.80 branch the install gives that error. I noticed that if I left the addon installed rather than removing it, and shut down Blender and reopened it the addon seemed to work OK. No idea what that means :) Mark

mark-viatech avatar Apr 17 '20 21:04 mark-viatech

Thank you mark! I was getting very frustrated searching for answers. Had the very same problem. But your suggestion worked: Install coa2.8, close/open Blender and then no error appears when enabling the COA-Tools checkbox!

SirMeon avatar Apr 24 '20 13:04 SirMeon

Can confirm that closing and re-opening blender resolvers this issue, it seems that the python files / modules are not being recognized after installing.

not sure how this could be fix thought.

orlax avatar Feb 13 '21 19:02 orlax