forked from LeenkxTeam/LNXSDK
Update leenkx/blender/lnx/logicnode/array/LN_array_add.py
This commit is contained in:
parent
d2746fb087
commit
de41800e1c
@ -12,8 +12,8 @@ class ArrayAddNode(LnxLogicTreeNode):
|
|||||||
lnx_version = 5
|
lnx_version = 5
|
||||||
min_inputs = 6
|
min_inputs = 6
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self, *args, **kwargs):
|
||||||
super(ArrayAddNode, self).__init__()
|
super(ArrayAddNode, self).__init__(*args, **kwargs)
|
||||||
array_nodes[self.get_id_str()] = self
|
array_nodes[self.get_id_str()] = self
|
||||||
|
|
||||||
def lnx_init(self, context):
|
def lnx_init(self, context):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user