GP: Set Vertex opacity default for templates
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user