Merge branch 'blender-v3.1-release'

This commit is contained in:
2022-01-31 12:32:31 -05:00
3 changed files with 90 additions and 36 deletions

View File

@@ -2028,7 +2028,7 @@ static void node_draw_basis(const bContext &C,
}
UI_draw_roundbox_corner_set(UI_CNR_ALL);
UI_draw_roundbox_4fv(&rect, false, BASIS_RAD, color_outline);
UI_draw_roundbox_4fv(&rect, false, BASIS_RAD + outline_width, color_outline);
}
float scale;