forked from LeenkxTeam/LNXSDK
Update leenkx/blender/lnx/logicnode/miscellaneous/LN_group_input.py
This commit is contained in:
parent
76b2ba8f80
commit
beee036a3d
@ -13,7 +13,8 @@ class GroupInputsNode(LnxLogicTreeNode):
|
|||||||
lnx_section = 'group'
|
lnx_section = 'group'
|
||||||
lnx_version = 3
|
lnx_version = 3
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self, *args, **kwargs):
|
||||||
|
super(GroupInputsNode, self).__init__(*args, **kwargs)
|
||||||
self.register_id()
|
self.register_id()
|
||||||
|
|
||||||
# Active socket selected
|
# Active socket selected
|
||||||
|
Loading…
x
Reference in New Issue
Block a user