Fix bug with dynamic socket amounts for custom nodes

This commit is contained in:
Moritz Brückner 2020-11-01 01:20:58 +01:00
parent 07ed438f99
commit bc5b207544

View file

@ -521,10 +521,8 @@ def deprecated(*alternatives: str, message=""):
def reset_globals():
global nodes
global category_items
global array_nodes
nodes = []
category_items = OrderedDict()
array_nodes = dict()
bpy.utils.register_class(ArmNodeSearch)