forked from LeenkxTeam/LNXSDK
Update leenkx/blender/lnx/logicnode/logic/LN_wait_for.py
This commit is contained in:
parent
caafeea2f1
commit
c10e988d2d
@ -13,8 +13,8 @@ class WaitForNode(LnxLogicTreeNode):
|
|||||||
lnx_section = 'flow'
|
lnx_section = 'flow'
|
||||||
lnx_version = 1
|
lnx_version = 1
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self, *args, **kwargs):
|
||||||
super(WaitForNode, self).__init__()
|
super(WaitForNode, self).__init__(*args, **kwargs)
|
||||||
array_nodes[str(id(self))] = self
|
array_nodes[str(id(self))] = self
|
||||||
|
|
||||||
def lnx_init(self, context):
|
def lnx_init(self, context):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user