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