Update leenkx/blender/lnx/logicnode/string/LN_concatenate_string.py
This commit is contained in:
parent
9557b82970
commit
1e18795d29
@ -7,8 +7,8 @@ class ConcatenateStringNode(LnxLogicTreeNode):
|
|||||||
lnx_version = 2
|
lnx_version = 2
|
||||||
min_inputs = 1
|
min_inputs = 1
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self, *args, **kwargs):
|
||||||
super(ConcatenateStringNode, self).__init__()
|
super(ConcatenateStringNode, 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