Update leenkx/blender/lnx/logicnode/miscellaneous/LN_group_output.py
This commit is contained in:
		| @ -13,7 +13,8 @@ class GroupOutputsNode(LnxLogicTreeNode): | |||||||
|     lnx_section = 'group' |     lnx_section = 'group' | ||||||
|     lnx_version = 3 |     lnx_version = 3 | ||||||
|  |  | ||||||
|     def __init__(self): |     def __init__(self, *args, **kwargs): | ||||||
|  |         super(GroupOutputsNode, self).__init__(*args, **kwargs) | ||||||
|         self.register_id() |         self.register_id() | ||||||
|  |  | ||||||
|     # Active socket selected |     # Active socket selected | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user