Update leenkx/blender/lnx/logicnode/animation/LN_blend_space_gpu.py
This commit is contained in:
parent
30748390ca
commit
392da64d1f
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user