WIP: uv-simple-select #1

Closed
Chris Blackbourn wants to merge 182 commits from uv-simple-select into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit dac8e1c7db - Show all commits

View File

@ -1165,6 +1165,7 @@ void setNearestAxis(TransInfo *t)
if (mode_prev != t->con.mode) { if (mode_prev != t->con.mode) {
projection_matrix_calc(t, t->con.pmtx); projection_matrix_calc(t, t->con.pmtx);
transform_gizmo_3d_model_from_constraint_and_mode_set(t);
} }
} }