ndee85 / coa_tools

COA Tools is a 2D Animation Suite for blender. It offers a 2D cutout animation workflow similar to programs like spine or spriter.
GNU General Public License v3.0
885 stars 138 forks source link

trouble regarding 'addon_updater_install_popup' #163

Open Raccoon-JS opened 4 years ago

Raccoon-JS commented 4 years ago

Screenshot from 2020-05-14 18-30-03

I received this error when I tried to add this addon.

Traceback (most recent call last):

  File "/usr/share/blender/scripts/modules/addon_utils.py/", line 382, in enable

    mod.register()

  File "home/<me>/.config/blender/2.82/scripts/addons/coa_tools/__init__.py", line 264. in register

    addon_updater_ops.register(bl_info)

  File "home/<me>/.config/blender/2.82/scripts/addons/coa_tools/addon_updater_ops.py", line 1086, in register

    bpy.utils.register_class(addon_updater_install_popup)

ValueError: register_class(...): already registered as a subclass 'addon_updater_install_popup'