From beee036a3d27f4c5072f3228470911ca4d0b9d1b Mon Sep 17 00:00:00 2001 From: LeenkxTeam Date: Sun, 6 Apr 2025 10:23:01 +0000 Subject: [PATCH] Update leenkx/blender/lnx/logicnode/miscellaneous/LN_group_input.py --- leenkx/blender/lnx/logicnode/miscellaneous/LN_group_input.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/leenkx/blender/lnx/logicnode/miscellaneous/LN_group_input.py b/leenkx/blender/lnx/logicnode/miscellaneous/LN_group_input.py index d86beb3..c3cbdd8 100644 --- a/leenkx/blender/lnx/logicnode/miscellaneous/LN_group_input.py +++ b/leenkx/blender/lnx/logicnode/miscellaneous/LN_group_input.py @@ -13,7 +13,8 @@ class GroupInputsNode(LnxLogicTreeNode): lnx_section = 'group' lnx_version = 3 - def __init__(self): + def __init__(self, *args, **kwargs): + super(GroupInputsNode, self).__init__(*args, **kwargs) self.register_id() # Active socket selected