Update leenkx/blender/lnx/logicnode/animation/LN_blend_space_gpu.py

This commit is contained in:
Onek8 2025-04-03 09:24:45 +00:00
parent 30748390ca
commit 392da64d1f

View File

@ -90,7 +90,8 @@ class BlendSpaceNode(LnxLogicTreeNode):
draw_handler_dict = {}
modal_handler_dict = {}
def __init__(self):
def __init__(self, *args, **kwargs):
super(BlendSpaceNode, self).__init__(*args, **kwargs)
array_nodes[str(id(self))] = self
if self.advanced_draw_run:
self.add_advanced_draw()