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:
authorChris Want <cwant@ualberta.ca>2005-12-30 02:26:48 +0300
committerChris Want <cwant@ualberta.ca>2005-12-30 02:26:48 +0300
commit10d67f254c6ed61b395402294b91ffb3389c41a8 (patch)
tree307c47168593acb4f0f8c85fcd5dffbde3f344c7 /source/blender/src/toolbox.c
parenteec7b460fcc71d31e90ae96ac56fe8986ac95483 (diff)
With the royal blessing of guitarGeek, I commit the sharp/flat mesh
editmode selection tools. The documentation can (currently) be found here: http://mediawiki.blender.org/index.php/Requests/SharpFlatSelect
Diffstat (limited to 'source/blender/src/toolbox.c')
-rw-r--r--source/blender/src/toolbox.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index b99535119fa..61a9eb6418d 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -1700,6 +1700,8 @@ static TBitem tb_mesh_select[]= {
{ 0, "SEPR", 0, NULL},
{ 0, "Random...", 5, NULL},
{ 0, "Non-Manifold|Shift Ctrl Alt M", 9, NULL},
+{ 0, "Sharp Edges|Shift Ctrl Alt S", 14, NULL},
+{ 0, "Linked Flat Faces|Shift Ctrl Alt F", 15, NULL},
{ 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},