GPencil: Chnage default Vertex Color mode to Stroke and Fill

The previous value was Stroke only.
This commit is contained in:
Antonio Vazquez
2020-06-17 22:49:59 +02:00
parent ffa23b6c77
commit e079bf6996

View File

@@ -493,7 +493,7 @@ void BKE_gpencil_brush_preset_set(Main *bmain, Brush *brush, const short type)
brush->gpencil_settings->preset_type = type;
/* Set vertex mix factor. */
brush->gpencil_settings->vertex_mode = GPPAINT_MODE_STROKE;
brush->gpencil_settings->vertex_mode = GPPAINT_MODE_BOTH;
brush->gpencil_settings->vertex_factor = 1.0f;
switch (type) {