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