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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2009-11-05 21:29:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-11-05 21:29:48 +0300
commitaec92ddc51cbcda0b706f9029838b3bb7b211f71 (patch)
treeae37b1bb746896afcc83b0d3625f1a21b7d00cf8 /release
parent1196947a987ae67a61aa1cdd7f27b00b4a6e0877 (diff)
operator to select pos/neg verts on any axis relative to the active vertex
- useful to select the center verts of a model without having to attempt to border select - useful for selecting one half or a model
Diffstat (limited to 'release')
-rw-r--r--release/scripts/ui/space_view3d.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/ui/space_view3d.py b/release/scripts/ui/space_view3d.py
index a8604832c0e..483031837cf 100644
--- a/release/scripts/ui/space_view3d.py
+++ b/release/scripts/ui/space_view3d.py
@@ -303,6 +303,7 @@ class VIEW3D_MT_select_edit_mesh(bpy.types.Menu):
layout.itemO("mesh.edges_select_sharp", text="Sharp Edges")
layout.itemO("mesh.faces_select_linked_flat", text="Linked Flat Faces")
layout.itemO("mesh.faces_select_interior", text="Interior Faces")
+ layout.itemO("mesh.select_axis", text="Side of Active")
layout.itemS()