startup: view background color wasn't default

This commit is contained in:
Campbell Barton 2019-01-11 13:15:38 +11:00
parent 5c6d5cb863
commit a33f3cf9b2
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ void BLO_update_defaults_startup_blend(Main *bmain, const char *app_template)
/* grease pencil settings */
v3d->vertex_opacity = 1.0f;
v3d->gp_flag |= V3D_GP_SHOW_EDIT_LINES;
copy_v3_fl(v3d->shading.background_color, 0.05f);
break;
}
case SPACE_FILE: