Update leenkx/blender/lnx/logicnode/logic/LN_merge.py
This commit is contained in:
parent
38595db46b
commit
be63323c09
@ -41,8 +41,8 @@ class MergeNode(LnxLogicTreeNode):
|
|||||||
update=update_exec_mode,
|
update=update_exec_mode,
|
||||||
)
|
)
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self, *args, **kwargs):
|
||||||
super(MergeNode, self).__init__()
|
super(MergeNode, 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