Update leenkx/blender/lnx/logicnode/array/LN_array_vector.py
This commit is contained in:
parent
603a976adf
commit
2f1e6783a4
@ -9,8 +9,9 @@ class VectorArrayNode(LnxLogicVariableNodeMixin, LnxLogicTreeNode):
|
||||
lnx_section = 'variable'
|
||||
min_inputs = 0
|
||||
|
||||
def __init__(self):
|
||||
super(VectorArrayNode, self).__init__()
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(VectorArrayNode, self).__init__(*args, **kwargs)
|
||||
|
||||
self.register_id()
|
||||
|
||||
def lnx_init(self, context):
|
||||
|
Loading…
x
Reference in New Issue
Block a user