From 7461a6811331bee00e4e6f3c642e05ebcae75add Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Tue, 6 Nov 2018 15:37:36 +0100 Subject: View 3D Pie Menus: Correct order in Manipulator Pie Menu --- space_view3d_pie_menus/pie_manipulator_menu.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'space_view3d_pie_menus') diff --git a/space_view3d_pie_menus/pie_manipulator_menu.py b/space_view3d_pie_menus/pie_manipulator_menu.py index f3c163a7..68895901 100644 --- a/space_view3d_pie_menus/pie_manipulator_menu.py +++ b/space_view3d_pie_menus/pie_manipulator_menu.py @@ -59,9 +59,9 @@ class PieManipulator(Menu): # 4 - LEFT pie.operator("wm.tool_set_by_name", text="Translate", icon='NONE').name = "Move" # 6 - RIGHT - pie.operator("wm.tool_set_by_name", text="Scale", icon='NONE').name = "Scale" - # 2 - BOTTOM pie.operator("wm.tool_set_by_name", text="Rotate", icon='NONE').name = "Rotate" + # 2 - BOTTOM + pie.operator("wm.tool_set_by_name", text="Scale", icon='NONE').name = "Scale" # 8 - TOP pie.operator("w.manupulators", text="Show/Hide Toggle", icon='NONE') -- cgit v1.2.3