Update leenkx/blender/lnx/logicnode/input/LN_on_swipe.py
This commit is contained in:
parent
1764081740
commit
8c758bf51f
@ -55,8 +55,8 @@ class OnSwipeNode(LnxLogicTreeNode):
|
|||||||
min_outputs = 4
|
min_outputs = 4
|
||||||
max_outputs = 12
|
max_outputs = 12
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self, *args, **kwargs):
|
||||||
super(OnSwipeNode, self).__init__()
|
super(OnSwipeNode, 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