forked from LeenkxTeam/LNXSDK
Update leenkx/blender/lnx/logicnode/array/LN_array_float.py
This commit is contained in:
parent
caf95e2611
commit
de8f7d08ed
@ -9,8 +9,8 @@ class FloatArrayNode(LnxLogicVariableNodeMixin, LnxLogicTreeNode):
|
|||||||
lnx_section = 'variable'
|
lnx_section = 'variable'
|
||||||
min_inputs = 0
|
min_inputs = 0
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self, *args, **kwargs):
|
||||||
super(FloatArrayNode, self).__init__()
|
super(FloatArrayNode, self).__init__(*args, **kwargs)
|
||||||
self.register_id()
|
self.register_id()
|
||||||
|
|
||||||
def lnx_init(self, context):
|
def lnx_init(self, context):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user