Update leenkx/blender/lnx/logicnode/custom/LN_call_wasm.py

This commit is contained in:
Onek8 2025-04-03 09:34:57 +00:00
parent d6b4b6eeea
commit 3ab9123000

View File

@ -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):