remove doubles was flipping face normals

This commit is contained in:
Joseph Eagar
2009-11-09 23:08:44 +00:00
parent 70b3adcb03
commit 1d787cdaa4

View File

@@ -178,7 +178,7 @@ void bmesh_weldverts_exec(BMesh *bm, BMOperator *op)
if (BMO_TestFlag(bm, v2, ELE_DEL))
v2 = BMO_Get_MapPointer(bm, op, "targetmap", v2);
f2 = BM_Make_Ngon(bm, v, v2, edges, a, 0);
f2 = BM_Make_Ngon(bm, v2, v, edges, a, 0);
if (f2) {
BM_Copy_Attributes(bm, bm, f, f2);