on reading the function looks like it is instead meant to select isolated edges and verts - doh! so changing back to previous...
This commit is contained in:
2006-03-11 03:23:57 +00:00
parent 38b3660b4a
commit dd210051a4

View File

@@ -856,7 +856,7 @@ static TBitem tb_mesh_select[]= {
{ 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-Triangle/Quad Faces|Shift Ctrl Alt 5", 13, NULL},
{ 0, "Non-Triangles/Quads|Shift Ctrl Alt 5", 13, NULL},
{ 0, "SEPR", 0, NULL},
{ 0, "More|Ctrl NumPad +", 7, NULL},
{ 0, "Less|Ctrl NumPad -", 8, NULL},