forked from LeenkxTeam/LNXSDK
Update leenkx/blender/lnx/logicnode/miscellaneous/LN_call_group.py
This commit is contained in:
parent
e7143cc740
commit
76b2ba8f80
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user