BlendArMocap icon indicating copy to clipboard operation
BlendArMocap copied to clipboard

After install in addons, there's no dependencies pacakge button appears

Open haker1023 opened this issue 3 years ago • 4 comments

Here's error note

Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\modules\addon_utils.py", line 386, in enable mod.register() File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendArMocap-main_init_.py", line 45, in register ui_registration.register() File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendArMocap-main\cgt_blender\interface\ui_registration.py", line 33, in register register_class(m_class) ValueError: register_class(...): already registered as a subclass 'PREFERENCES_OT_install_dependencies_button'

Who knows what happend, The same result with my VPN on/off .

haker1023 avatar May 29 '22 11:05 haker1023

I use blender 2.93 and pip upgraded, open-cv-python , mediapip installed , python is which blender's version

haker1023 avatar May 29 '22 11:05 haker1023

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

I can imagine there is an add-on using the same name for the class. Can you use a blank blender version and give the installation a try? If that's the issue I'll just have to change the name to something more unique..

cgtinker avatar May 30 '22 11:05 cgtinker

I've abstracted the name a little bit more, let me know if that fixes your issue.

https://github.com/cgtinker/BlendArMocap/tree/development

cgtinker avatar Jun 02 '22 17:06 cgtinker

I use blender 2.93 and pip upgraded, open-cv-python , mediapip installed , python is which blender's version

I've abstracted the name a little bit more, let me know if that fixes your issue.

https://github.com/cgtinker/BlendArMocap/tree/development

did the update solve your issue?

cgtinker avatar Jun 07 '22 14:06 cgtinker