From 8d072ae481db24e185c61c259a32290f5acb4b52 Mon Sep 17 00:00:00 2001 From: LeenkxTeam Date: Sun, 6 Apr 2025 10:28:18 +0000 Subject: [PATCH] Update leenkx/blender/lnx/logicnode/math/LN_rotation_math.py --- leenkx/blender/lnx/logicnode/math/LN_rotation_math.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/leenkx/blender/lnx/logicnode/math/LN_rotation_math.py b/leenkx/blender/lnx/logicnode/math/LN_rotation_math.py index 57f8544..e8cfa51 100644 --- a/leenkx/blender/lnx/logicnode/math/LN_rotation_math.py +++ b/leenkx/blender/lnx/logicnode/math/LN_rotation_math.py @@ -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):