Update leenkx/blender/lnx/logicnode/math/LN_math.py

This commit is contained in:
LeenkxTeam 2025-04-06 10:16:57 +00:00
parent be0a9149ad
commit 5e4ac6dd0b

View File

@ -102,7 +102,8 @@ class MathNode(LnxLogicTreeNode):
property1: HaxeBoolProperty('property1', name='Clamp', default=False) property1: HaxeBoolProperty('property1', name='Clamp', default=False)
def __init__(self): def __init__(self, *args, **kwargs):
super(MathNode, 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):