Update leenkx/blender/lnx/logicnode/custom/LN_leenkx_event.py
This commit is contained in:
parent
cb93ede7d7
commit
fa65c02e8a
@ -88,7 +88,8 @@ class LeenkxEventNode(LnxLogicTreeNode):
|
||||
name='',
|
||||
default='onopen')
|
||||
|
||||
def __init__(self):
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(LeenkxEventNode, self).__init__(*args, **kwargs)
|
||||
array_nodes[str(id(self))] = self
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user