diff --git a/leenkx/blender/lnx/logicnode/native/LN_call_haxe_static.py b/leenkx/blender/lnx/logicnode/native/LN_call_haxe_static.py index e59116a..a2f1483 100644 --- a/leenkx/blender/lnx/logicnode/native/LN_call_haxe_static.py +++ b/leenkx/blender/lnx/logicnode/native/LN_call_haxe_static.py @@ -13,7 +13,8 @@ class CallHaxeStaticNode(LnxLogicTreeNode): lnx_version = 3 min_inputs = 2 - def __init__(self): + def __init__(self, *args, **kwargs): + super(CallHaxeStaticNode, self).__init__(*args, **kwargs) array_nodes[str(id(self))] = self def lnx_init(self, context):