Added Vertex loop select to the toolbox in editmode.

Johnny Matthews (guitarGeek)
This commit is contained in:
Johnny Matthews 2004-03-12 21:09:53 +00:00
parent 421d8ba383
commit 332c6c3512

@ -1665,6 +1665,7 @@ static TBitem tb_mesh_select[]= {
{ 0, "More|Ctrl NumPad +", 7, NULL},
{ 0, "Less|Ctrl NumPad -", 8, NULL},
{ 0, "SEPR", 0, NULL},
{ 0, "Vertex Loop...|Alt-B", 10, NULL},
{ 0, "Face Loop...|Shift R", 6, NULL},
{ 0, "Linked Vertices|Ctrl L", 4, NULL},
{ -1, "", 0, do_view3d_select_meshmenu}};