Update leenkx/blender/lnx/logicnode/logic/LN_alternate_output.py
This commit is contained in:
parent
8c758bf51f
commit
2b16b565a8
@ -7,8 +7,8 @@ class AlternateNode(LnxLogicTreeNode):
|
|||||||
lnx_section = 'flow'
|
lnx_section = 'flow'
|
||||||
lnx_version = 2
|
lnx_version = 2
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self, *args, **kwargs):
|
||||||
super(AlternateNode, self).__init__()
|
super(AlternateNode, self).__init__(*args, **kwargs)
|
||||||
array_nodes[str(id(self))] = self
|
array_nodes[str(id(self))] = self
|
||||||
|
|
||||||
def lnx_init(self, context):
|
def lnx_init(self, context):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user