Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-07-03 16:40:11 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-03 16:40:22 +0300
commit543ee7909605dcb91a07923e7533435b082569a9 (patch)
tree2fc915d08cf9486a7babf3c1709352e3b707fba1
parent14d7a60d86dbea2c900d8d9cab22afd0a4b8ec32 (diff)
pie menus: update for renamed tool
-rw-r--r--pie_menus_official/pie_manipulator_of.py2
-rw-r--r--space_view3d_pie_menus/pie_manipulator_menu.py2
2 files changed, 2 insertions, 2 deletions
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