Update leenkx/blender/lnx/logicnode/array/LN_array_remove_by_value.py

This commit is contained in:
LeenkxTeam 2025-04-06 10:10:23 +00:00
parent 8e4c20647b
commit af147c9c63

View File

@ -8,7 +8,8 @@ class ArrayRemoveValueNode(LnxLogicTreeNode):
bl_label = 'Array Remove by Value'
lnx_version = 1
# def __init__(self):
# def __init__(self, *args, **kwargs):
# super(ArrayRemoveValueNode, self).__init__(*args, **kwargs)
# array_nodes[str(id(self))] = self
def lnx_init(self, context):