Update leenkx/blender/lnx/logicnode/logic/LN_case_index.py
This commit is contained in:
parent
db1c3bdf4c
commit
eb033149a0
@ -21,8 +21,8 @@ class CaseIndexNode(LnxLogicTreeNode):
|
||||
|
||||
num_choices: IntProperty(default=0, min=0)
|
||||
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(CaseIndexNode, self).__init__(*args, **kwargs)
|
||||
array_nodes[str(id(self))] = self
|
||||
|
||||
def lnx_init(self, context):
|
||||
|
Loading…
x
Reference in New Issue
Block a user