Merge branch 'blender-v3.1-release'

This commit is contained in:
Richard Antalik 2022-02-23 14:33:53 +01:00
commit b9ce036d6b
1 changed files with 1 additions and 0 deletions

View File

@ -669,6 +669,7 @@ static void gizmo2d_xform_invoke_prepare(const bContext *C,
float c[3] = {mid[0], mid[1], 0.0f};
float orient_matrix[3][3];
unit_m3(orient_matrix);
ScrArea *area = CTX_wm_area(C);