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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2015-11-19 22:58:37 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-11-19 23:30:16 +0300
commitc7c3f0926904af370f2599e3319a0b1453b09433 (patch)
treea01213fb6bc25a7f33fdd7aa5c85fa8097be6faf /source
parent8bdb884289bb56bbdc7d73987ef72242da169fff (diff)
Recent edits to grid-fill removed edgeloop flip
Diffstat (limited to 'source')
-rw-r--r--source/blender/bmesh/operators/bmo_fill_grid.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/bmesh/operators/bmo_fill_grid.c b/source/blender/bmesh/operators/bmo_fill_grid.c
index 260f74a01cc..77556591728 100644
--- a/source/blender/bmesh/operators/bmo_fill_grid.c
+++ b/source/blender/bmesh/operators/bmo_fill_grid.c
@@ -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);