forked from LeenkxTeam/LNXSDK
Repe [T3DU] and Moises Jpelaez updates
This commit is contained in:
@ -15,8 +15,8 @@ class SelectOutputNode(LnxLogicTreeNode):
|
||||
lnx_version = 1
|
||||
min_outputs = 2
|
||||
|
||||
def __init__(self):
|
||||
super(SelectOutputNode, self).__init__()
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(SelectOutputNode, self).__init__(*args, **kwargs)
|
||||
array_nodes[self.get_id_str()] = self
|
||||
|
||||
def lnx_init(self, context):
|
||||
|
||||
Reference in New Issue
Block a user