Fix T70594: mathutils.geometry.tessellate_polygon flips triangles

Some scripts will need to be updated to support this.
This commit is contained in:
mano-wii
2019-10-09 16:53:53 +11:00
committed by Campbell Barton
parent 95199dca1f
commit b718d659c9

View File

@@ -907,7 +907,7 @@ unsigned int BLI_scanfill_calc_ex(ScanFillContext *sf_ctx, const int flag, const
return 0;
}
axis_dominant_v3_to_m3(mat_2d, n);
axis_dominant_v3_to_m3_negate(mat_2d, n);
}
/* STEP 1: COUNT POLYS */