Update leenkx/blender/lnx/logicnode/native/LN_call_haxe_static.py
This commit is contained in:
parent
1380585297
commit
4fbc1aba7f
@ -13,7 +13,8 @@ class CallHaxeStaticNode(LnxLogicTreeNode):
|
|||||||
lnx_version = 3
|
lnx_version = 3
|
||||||
min_inputs = 2
|
min_inputs = 2
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self, *args, **kwargs):
|
||||||
|
super(CallHaxeStaticNode, 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