forked from LeenkxTeam/LNXSDK
Update leenkx/blender/lnx/logicnode/logic/LN_function.py
This commit is contained in:
parent
eb033149a0
commit
48d28f6873
@ -11,8 +11,8 @@ class FunctionNode(LnxLogicTreeNode):
|
|||||||
lnx_version = 2
|
lnx_version = 2
|
||||||
min_outputs = 1
|
min_outputs = 1
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self, *args, **kwargs):
|
||||||
super(FunctionNode, self).__init__()
|
super(FunctionNode, 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