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>2019-04-30 12:40:35 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-04-30 12:40:35 +0300
commitb3199fad5866ab2b3f1a673b9584a1844fb3cb84 (patch)
treea56d0b460ba3ea990d0230eaff19fc207307a572 /space_view3d_pie_menus
parenta06dead7662a2be7560c9fdd2ea71728f4efc020 (diff)
pie_modes_menu: icon fixes
Diffstat (limited to 'space_view3d_pie_menus')
-rw-r--r--space_view3d_pie_menus/pie_modes_menu.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/space_view3d_pie_menus/pie_modes_menu.py b/space_view3d_pie_menus/pie_modes_menu.py
index 047984a8..f288041b 100644
--- a/space_view3d_pie_menus/pie_modes_menu.py
+++ b/space_view3d_pie_menus/pie_modes_menu.py
@@ -271,12 +271,10 @@ class PieObjectEditotherModes(Menu):
box.operator("class.vertex", text="Vertex", icon='VERTEXSEL')
box.operator("class.edge", text="Edge", icon='EDGESEL')
box.operator("class.face", text="Face", icon='FACESEL')
- box.operator("verts.faces", text="Vertex/Faces", icon='LOOPSEL')
+ box.operator("verts.faces", text="Vertex/Faces", icon='VERTEXSEL')
+ box.operator("verts.edges", text="Vertex/Edges", icon='EDGESEL')
box.operator("edges.faces", text="Edges/Faces", icon='FACESEL')
- box.operator("verts.edges", text="Vertex/Edges", icon='VERTEXSEL')
box.operator("verts.edgesfaces", text="Vertex/Edges/Faces", icon='OBJECT_DATAMODE')
- box.operator("wm.context_toggle", text="Limit to Visible",
- icon="NONE").data_path = "space_data.use_occlude_geometry"
class PieObjectEditMode(Menu):