Update leenkx/blender/lnx/logicnode/input/LN_on_swipe.py
This commit is contained in:
		@ -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):
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user