Update leenkx/blender/lnx/logicnode/logic/LN_call_function.py
This commit is contained in:
parent
2b16b565a8
commit
db1c3bdf4c
@ -10,8 +10,8 @@ class CallFunctionNode(LnxLogicTreeNode):
|
|||||||
lnx_version = 2
|
lnx_version = 2
|
||||||
min_inputs = 3
|
min_inputs = 3
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self, *args, **kwargs):
|
||||||
super(CallFunctionNode, self).__init__()
|
super(CallFunctionNode, 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