Recent edits to grid-fill removed edgeloop flip

This commit is contained in:
Campbell Barton 2015-11-20 06:58:37 +11:00
parent 8bdb884289
commit c7c3f09269
1 changed files with 1 additions and 0 deletions

View File

@ -659,6 +659,7 @@ void bmo_grid_fill_exec(BMesh *bm, BMOperator *op)
{
estore_rail_a = eloops_rail.first;
estore_rail_b = eloops_rail.last;
BM_edgeloop_flip(bm, estore_b);
}
else {
BM_mesh_edgeloops_free(&eloops_rail);