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:
Diffstat (limited to 'pie_menus_official/pie_manipulator_of.py')
-rw-r--r--pie_menus_official/pie_manipulator_of.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pie_menus_official/pie_manipulator_of.py b/pie_menus_official/pie_manipulator_of.py
index 42994083..785005ff 100644
--- a/pie_menus_official/pie_manipulator_of.py
+++ b/pie_menus_official/pie_manipulator_of.py
@@ -49,9 +49,9 @@ class VIEW3D_MT_manipulator_of(Menu):
layout = self.layout
pie = layout.menu_pie()
- pie.operator("wm.tool_set_by_id", icon='MAN_TRANS', text="Translate").name = "builtin.move"
- pie.operator("wm.tool_set_by_id", icon='MAN_ROT', text="Rotate").name = "builtin.rotate"
- pie.operator("wm.tool_set_by_id", icon='MAN_SCALE', text="Scale").name = "builtin.scale"
+ pie.operator("wm.tool_set_by_id", icon='NONE', text="Translate").name = "builtin.move"
+ pie.operator("wm.tool_set_by_id", icon='NONE', text="Rotate").name = "builtin.rotate"
+ pie.operator("wm.tool_set_by_id", icon='NONE', text="Scale").name = "builtin.scale"
pie.prop(context.space_data, "show_gizmo")