forked from LeenkxTeam/LNXSDK
Update leenkx/blender/lnx/logicnode/array/LN_array_remove_by_value.py
This commit is contained in:
parent
8e4c20647b
commit
af147c9c63
@ -8,7 +8,8 @@ class ArrayRemoveValueNode(LnxLogicTreeNode):
|
|||||||
bl_label = 'Array Remove by Value'
|
bl_label = 'Array Remove by Value'
|
||||||
lnx_version = 1
|
lnx_version = 1
|
||||||
|
|
||||||
# def __init__(self):
|
# def __init__(self, *args, **kwargs):
|
||||||
|
# super(ArrayRemoveValueNode, 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