[Bf-extensions-cvs] [543ee790] blender2.8: pie menus: update for renamed tool

Campbell Barton noreply at git.blender.org
Tue Jul 3 15:40:28 CEST 2018


Commit: 543ee7909605dcb91a07923e7533435b082569a9
Author: Campbell Barton
Date:   Tue Jul 3 15:40:11 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBA543ee7909605dcb91a07923e7533435b082569a9

pie menus: update for renamed tool

===================================================================

M	pie_menus_official/pie_manipulator_of.py
M	space_view3d_pie_menus/pie_manipulator_menu.py

===================================================================

diff --git a/pie_menus_official/pie_manipulator_of.py b/pie_menus_official/pie_manipulator_of.py
index ef25d369..9e36e729 100644
--- a/pie_menus_official/pie_manipulator_of.py
+++ b/pie_menus_official/pie_manipulator_of.py
@@ -50,7 +50,7 @@ class VIEW3D_PIE_manipulator_of(Menu):
         layout = self.layout
 
         pie = layout.menu_pie()
-        pie.operator("wm.tool_set_by_name", icon='MAN_TRANS', text="Translate").name = "Move"
+        pie.operator("wm.tool_set_by_name", icon='MAN_TRANS', text="Translate").name = "Grab"
         pie.operator("wm.tool_set_by_name", icon='MAN_ROT', text="Rotate").name = "Rotate"
         pie.operator("wm.tool_set_by_name", icon='MAN_SCALE', text="Scale").name = "Scale"
         pie.prop(context.space_data, "show_manipulator")
diff --git a/space_view3d_pie_menus/pie_manipulator_menu.py b/space_view3d_pie_menus/pie_manipulator_menu.py
index 3a599483..bbd9b06f 100644
--- a/space_view3d_pie_menus/pie_manipulator_menu.py
+++ b/space_view3d_pie_menus/pie_manipulator_menu.py
@@ -63,7 +63,7 @@ class PieManipulator(Menu):
         layout = self.layout
         pie = layout.menu_pie()
         # 4 - LEFT
-        pie.operator("wm.tool_set_by_name", text="Translate", icon='MAN_TRANS').name = "Move"
+        pie.operator("wm.tool_set_by_name", text="Translate", icon='MAN_TRANS').name = "Grab"
         # 6 - RIGHT
         pie.operator("wm.tool_set_by_name", text="Scale", icon='MAN_SCALE').name = "Scale"
         # 2 - BOTTOM



More information about the Bf-extensions-cvs mailing list