From 33c0ebbc8e7a899900738fb57ec3a6e58dc27249 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 21 May 2006 17:12:10 +0000 Subject: Intergrated select group editmode into the menus and re-shuffled the Mesh tool buttons to fit a threshold value in. also changed the way areas/perimeter and lengths are compared so it will be indipendant of scale. --- source/blender/src/toolbox.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/src/toolbox.c') diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c index c0700de8ad2..798ca55f5a0 100644 --- a/source/blender/src/toolbox.c +++ b/source/blender/src/toolbox.c @@ -858,6 +858,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, "SEPR", 0, NULL}, { 0, "More|Ctrl NumPad +", 7, NULL}, { 0, "Less|Ctrl NumPad -", 8, NULL}, -- cgit v1.2.3