1
1

Merge branch 'blender-v3.1-release'

This commit is contained in:
2022-02-23 14:33:53 +01:00

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);