Update leenkx/blender/lnx/logicnode/animation/LN_switch_action_multi.py
This commit is contained in:
parent
74473087b5
commit
62d3e65796
@ -7,8 +7,8 @@ class SwitchActionMultiNode(LnxLogicTreeNode):
|
|||||||
lnx_version = 1
|
lnx_version = 1
|
||||||
min_inputs = 8
|
min_inputs = 8
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self, *args, **kwargs):
|
||||||
super(SwitchActionMultiNode, self).__init__()
|
super(SwitchActionMultiNode, self).__init__(*args, **kwargs)
|
||||||
array_nodes[self.get_id_str()] = self
|
array_nodes[self.get_id_str()] = self
|
||||||
|
|
||||||
def lnx_init(self, context):
|
def lnx_init(self, context):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user