From 149d4ab4deac5f7affcf394091d3ee66550d9fb8 Mon Sep 17 00:00:00 2001 From: Matt Ebb Date: Mon, 13 Aug 2007 23:25:15 +0000 Subject: 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. --- source/blender/src/toolbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/src/toolbox.c') 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}, -- cgit v1.2.3