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

This commit is contained in:
LeenkxTeam 2025-04-06 10:28:18 +00:00
parent 293a612e9c
commit 8d072ae481

View File

@ -109,7 +109,8 @@ class RotationMathNode(LnxLogicTreeNode):
],
name='', default='Compose', update=on_property_update)
#def __init__(self):
# def __init__(self, *args, **kwargs):
# super(RotationMathNode, self).__init__(*args, **kwargs)
# array_nodes[str(id(self))] = self
def lnx_init(self, context):