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