From c45baaf396ca817952a2688a3e8b9482ba000921 Mon Sep 17 00:00:00 2001 From: Onek8 Date: Tue, 10 Jun 2025 18:44:30 +0000 Subject: [PATCH] t3du - Set / Get World Nodes --- .../lnx/logicnode/transform/LN_get_world_orientation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/leenkx/blender/lnx/logicnode/transform/LN_get_world_orientation.py b/leenkx/blender/lnx/logicnode/transform/LN_get_world_orientation.py index 40006f3..b8f2dcd 100644 --- a/leenkx/blender/lnx/logicnode/transform/LN_get_world_orientation.py +++ b/leenkx/blender/lnx/logicnode/transform/LN_get_world_orientation.py @@ -1,8 +1,8 @@ from lnx.logicnode.lnx_nodes import * -class GetWorldNode(LnxLogicTreeNode): +class GetWorldOrientationNode(LnxLogicTreeNode): """Returns the world orientation of the given object.""" - bl_idname = 'LNGetWorldNode' + bl_idname = 'LNGetWorldOrientationNode' bl_label = 'Get World Orientation' lnx_section = 'rotation' lnx_version = 1