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:
authorMatt Ebb <matt@mke3.net>2007-08-14 03:25:15 +0400
committerMatt Ebb <matt@mke3.net>2007-08-14 03:25:15 +0400
commit149d4ab4deac5f7affcf394091d3ee66550d9fb8 (patch)
tree7adc535bfde79f3626e4a110e0cdaedac6db2916 /source/blender/src/toolbox.c
parentd098c61bd2c2e71179a170bddb717ebd20d8af92 (diff)
Added selection by similar edge seams and sharpness to the "Select
Similar" menu (Shift G). Also did some tweaking in there to make the menu a bit more sensible.
Diffstat (limited to 'source/blender/src/toolbox.c')
-rw-r--r--source/blender/src/toolbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index 05296ca70f2..69057c2b75e 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -930,7 +930,7 @@ static TBitem tb_mesh_select[]= {
{ 0, "Triangles|Shift Ctrl Alt 3", 11, NULL},
{ 0, "Quads|Shift Ctrl Alt 4", 12, NULL},
{ 0, "Non-Triangles/Quads|Shift Ctrl Alt 5", 13, NULL},
-{ 0, "Group From Selection|Shift G", 21, NULL},
+{ 0, "Similar to Selection|Shift G", 21, NULL},
{ 0, "SEPR", 0, NULL},
{ 0, "More|Ctrl NumPad +", 7, NULL},
{ 0, "Less|Ctrl NumPad -", 8, NULL},