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
path: root/source
diff options
context:
space:
mode:
authorJohnny Matthews <johnny.matthews@gmail.com>2004-03-13 00:09:53 +0300
committerJohnny Matthews <johnny.matthews@gmail.com>2004-03-13 00:09:53 +0300
commit332c6c351273c1e7bc768f0e54e296afe69418a3 (patch)
tree66b1bda6caac3310041af671c055962d355d5303 /source
parent421d8ba3836391c68582aeaccaf32df3984a9296 (diff)
Added Vertex loop select to the toolbox in editmode.
Johnny Matthews (guitarGeek)
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/toolbox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index 8bc722f798d..8ce7dddb984 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -1665,6 +1665,7 @@ static TBitem tb_mesh_select[]= {
{ 0, "More|Ctrl NumPad +", 7, NULL},
{ 0, "Less|Ctrl NumPad -", 8, NULL},
{ 0, "SEPR", 0, NULL},
+{ 0, "Vertex Loop...|Alt-B", 10, NULL},
{ 0, "Face Loop...|Shift R", 6, NULL},
{ 0, "Linked Vertices|Ctrl L", 4, NULL},
{ -1, "", 0, do_view3d_select_meshmenu}};