Update leenkx/blender/lnx/logicnode/logic/LN_merge.py
This commit is contained in:
		| @ -41,8 +41,8 @@ class MergeNode(LnxLogicTreeNode): | ||||
|         update=update_exec_mode, | ||||
|     ) | ||||
|  | ||||
|     def __init__(self): | ||||
|         super(MergeNode, self).__init__() | ||||
|     def __init__(self, *args, **kwargs): | ||||
|         super(MergeNode, self).__init__(*args, **kwargs) | ||||
|         array_nodes[str(id(self))] = self | ||||
|  | ||||
|     def lnx_init(self, context): | ||||
|  | ||||
		Reference in New Issue
	
	Block a user