forked from LeenkxTeam/LNXSDK
Update leenkx/blender/lnx/logicnode/math/LN_math.py
This commit is contained in:
parent
be0a9149ad
commit
5e4ac6dd0b
@ -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):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user