diff --git a/leenkx/blender/lnx/logicnode/array/LN_array_remove_by_value.py b/leenkx/blender/lnx/logicnode/array/LN_array_remove_by_value.py index 6259c47..b0ffda0 100644 --- a/leenkx/blender/lnx/logicnode/array/LN_array_remove_by_value.py +++ b/leenkx/blender/lnx/logicnode/array/LN_array_remove_by_value.py @@ -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):