GP: Set Vertex opacity default for templates

This commit is contained in:
2018-11-21 19:18:41 +01:00
parent 79ef6f30f0
commit 146f6cea55

View File

@@ -109,6 +109,9 @@ void BLO_update_defaults_startup_blend(Main *bmain, const char *app_template)
{
View3D *v3d = (View3D *)sl;
v3d->overlay.weight_paint_mode_opacity = 1.0f;
/* grease pencil settings */
v3d->vertex_opacity = 1.0f;
v3d->gp_flag |= V3D_GP_SHOW_EDIT_LINES;
}
}
}