Update leenkx/blender/lnx/logicnode/random/LN_probabilistic_output.py
This commit is contained in:
parent
7960ca94a6
commit
e1d48e4289
@ -20,7 +20,8 @@ class ProbabilisticOutputNode(LnxLogicTreeNode):
|
||||
|
||||
num_choices: IntProperty(default=0, min=0)
|
||||
|
||||
def __init__(self):
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(ProbabilisticOutputNode, self).__init__(*args, **kwargs)
|
||||
array_nodes[str(id(self))] = self
|
||||
|
||||
def lnx_init(self, context):
|
||||
|
Loading…
x
Reference in New Issue
Block a user