View 3D Pie Menus: Correct order in Manipulator Pie Menu

This commit is contained in:
Jacques Lucke 2018-11-06 15:37:36 +01:00
parent 30e26a0082
commit 7461a68113
1 changed files with 2 additions and 2 deletions

View File

@ -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')