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