makehumancommunity / makehuman-plugin-for-blender

!DEPRECATED! Plugin for makehuman and related programs (it has been replaced with MPFB2)
https://static.makehumancommunity.org/mpfb.html
220 stars 56 forks source link

Plugin crashes on re-register #54

Closed Aranuvir closed 5 years ago

Aranuvir commented 5 years ago

When deactivating and reactivating the add-on in the preference panel there is an exception:

Exception in module register(): $HOME/.config/blender/2.80/scripts/addons/MH_Community/init.py Traceback (most recent call last): File "$HOME/Programme/blender-2.80/2.80/scripts/modules/addon_utils.py", line 384, in enable mod.register() File "$HOME/.config/blender/2.80/scripts/addons/MH_Community/init.py", line 102, in register registerKinectConstantsAndSettings() File "$HOME/.config/blender/2.80/scripts/addons/MH_Community/kinect_sensor/kinect_ui.py", line 18, in registerKinectConstantsAndSettings bpy.utils.register_class(MHC_UL_AnimationItems) ValueError: register_class(...): already registered as a subclass

Aranuvir commented 5 years ago

There's a bug fix, needs testing...

Aranuvir commented 5 years ago

I guess it's tested enough, closing...