Update leenkx/blender/lnx/logicnode/miscellaneous/LN_call_group.py

This commit is contained in:
LeenkxTeam 2025-04-06 10:22:41 +00:00
parent e7143cc740
commit 76b2ba8f80

View File

@ -11,7 +11,8 @@ class CallGroupNode(LnxLogicTreeNode):
lnx_section = 'group'
lnx_version = 3
def __init__(self):
def __init__(self, *args, **kwargs):
super(CallGroupNode, self).__init__(*args, **kwargs)
self.register_id()
def lnx_init(self, context):