Fix T70594: mathutils.geometry.tessellate_polygon flips triangles
Some scripts will need to be updated to support this.
This commit is contained in:

committed by
Campbell Barton

parent
95199dca1f
commit
b718d659c9
@@ -907,7 +907,7 @@ unsigned int BLI_scanfill_calc_ex(ScanFillContext *sf_ctx, const int flag, const
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
axis_dominant_v3_to_m3(mat_2d, n);
|
axis_dominant_v3_to_m3_negate(mat_2d, n);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* STEP 1: COUNT POLYS */
|
/* STEP 1: COUNT POLYS */
|
||||||
|
Reference in New Issue
Block a user