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:
authormeta-androcto <meta.androcto1@gmail.com>2017-03-19 07:27:10 +0300
committermeta-androcto <meta.androcto1@gmail.com>2017-03-19 07:27:10 +0300
commite702810f3734d8f35b29843cfb44956f125d0da7 (patch)
tree043423880fc9d1aff39ac55cf0eb0144780980ee /space_view3d_pie_menus/pie_select_menu.py
parent6e2403042b62356691894c6fa671f7233e93d399 (diff)
Update 3d Viewport pie menus: T50732
Diffstat (limited to 'space_view3d_pie_menus/pie_select_menu.py')
-rw-r--r--space_view3d_pie_menus/pie_select_menu.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/space_view3d_pie_menus/pie_select_menu.py b/space_view3d_pie_menus/pie_select_menu.py
index b837b2aa..95a12046 100644
--- a/space_view3d_pie_menus/pie_select_menu.py
+++ b/space_view3d_pie_menus/pie_select_menu.py
@@ -64,7 +64,7 @@ class PieSelectionsOM(Menu):
layout = self.layout
pie = layout.menu_pie()
# 4 - LEFT
- pie.operator("object.select_by_layer", text="Select By Layer", icon='GROUP_VERTEX')
+ pie.operator("object.select_by_layer", text="Select By Layer", icon='LAYER_ACTIVE')
# 6 - RIGHT
pie.operator("object.select_random", text="Select Random", icon='GROUP_VERTEX')
# 2 - BOTTOM
@@ -78,7 +78,7 @@ class PieSelectionsOM(Menu):
# 1 - BOTTOM - LEFT
pie.operator("object.select_camera", text="Select Camera", icon='CAMERA_DATA')
# 3 - BOTTOM - RIGHT
- pie.menu("pie.selectionsmore", text="Select More", icon='GROUP_VERTEX')
+ pie.menu("pie.selectionsmore", text="Select Menu", icon='RESTRICT_SELECT_OFF')
# Pie Selection Edit Mode
@@ -109,7 +109,7 @@ class PieSelectionsEM(Menu):
box.operator("mesh.loop_to_region", text="Select Loop Inner Region", icon='FACESEL')
box.operator("mesh.select_similar", text="Select Similar", icon='GHOST')
# 3 - BOTTOM - RIGHT
- pie.menu("object.selectallbyselection", text="Multi Select", icon='RENDER_REGION')
+ pie.menu("object.selectallbyselection", text="Multi Select Menu", icon='RENDER_REGION')
# Select All By Selection