From bfb11275dfcc9c8497f48bcc504baa7ffc20c8af Mon Sep 17 00:00:00 2001 From: Onek8 Date: Thu, 3 Apr 2025 09:43:48 +0000 Subject: [PATCH] Update leenkx/blender/lnx/logicnode/custom/LN_touch_pad.py --- leenkx/blender/lnx/logicnode/custom/LN_touch_pad.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/leenkx/blender/lnx/logicnode/custom/LN_touch_pad.py b/leenkx/blender/lnx/logicnode/custom/LN_touch_pad.py index aa7963d..c3a7064 100644 --- a/leenkx/blender/lnx/logicnode/custom/LN_touch_pad.py +++ b/leenkx/blender/lnx/logicnode/custom/LN_touch_pad.py @@ -9,7 +9,8 @@ class TouchPadNode(LnxLogicTreeNode): lnx_category = 'Leenkx' lnx_version = 1 - def __init__(self): + def __init__(self, *args, **kwargs): + super(TouchPadNode, self).__init__(*args, **kwargs) array_nodes[str(id(self))] = self