Update leenkx/blender/lnx/logicnode/custom/LN_call_wasm.py
This commit is contained in:
parent
d6b4b6eeea
commit
3ab9123000
@ -17,8 +17,8 @@ class CallWASMNode(LnxLogicTreeNode):
|
|||||||
default=False,
|
default=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self, *args, **kwargs):
|
||||||
super(CallWASMNode, self).__init__()
|
super(CallWASMNode, 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