Sorcar
Sorcar copied to clipboard
[BUG] Re-enabling the addon throws
File "/nix/store/...-blender-2.83.0/share/blender/2.83/scripts/modules/addon_utils.py", line 382, in enable
mod.register()
File "/home/radivarig/.config/blender/2.83/scripts/addons/Sorcar-master/__init__.py", line 150, in register
bpy.utils.register_class(i)
ValueError: register_class(...): already registered as a subclass 'ScNodeTree'
Probably registering module instead of classes would fix this: https://blender.stackexchange.com/a/18075/4958
There might be an issue with unregistering some class.
EDIT: The interface class for vector isn't getting unregistered properly:
This is preventing the nodetree from unregistering.