Update leenkx/blender/lnx/logicnode/math/LN_compare.py
This commit is contained in:
		| @ -29,8 +29,8 @@ class CompareNode(LnxLogicTreeNode): | ||||
|     min_inputs = 2 | ||||
|     property1: HaxeFloatProperty('property1', name='Tolerance', description='Precision for float compare', default=0.0001) | ||||
|  | ||||
|     def __init__(self): | ||||
|         super(CompareNode, self).__init__() | ||||
|     def __init__(self, *args, **kwargs): | ||||
|         super(CompareNode, self).__init__(*args, **kwargs) | ||||
|         array_nodes[str(id(self))] = self | ||||
|  | ||||
|     def lnx_init(self, context): | ||||
|  | ||||
		Reference in New Issue
	
	Block a user