Fix T44964: Bisect tool /w nonuniform scale

This commit is contained in:
Campbell Barton 2015-06-08 22:29:52 +10:00
parent 303c912093
commit bcfe38aa03
Notes: blender-bot 2023-02-14 09:02:41 +01:00
Referenced by issue #44964, Bisect tool
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ static int mesh_bisect_exec(bContext *C, wmOperator *op)
invert_m4_m4(imat, obedit->obmat);
mul_m4_v3(imat, plane_co);
mul_mat3_m4_v3(imat, plane_no);
mul_transposed_mat3_m4_v3(obedit->obmat, plane_no);
EDBM_op_init(em, &bmop, op,
"bisect_plane geom=%hvef plane_co=%v plane_no=%v dist=%f clear_inner=%b clear_outer=%b",