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
This commit is contained in:
Chris Want
2005-12-29 23:26:48 +00:00
parent eec7b460fc
commit 10d67f254c
6 changed files with 283 additions and 1 deletions

View File

@@ -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},