GPencil: Set default Fill brush size to 20

This commit is contained in:
Antonio Vazquez 2019-05-21 15:58:26 +02:00
parent dc67e63acb
commit 9ad08c0673
1 changed files with 1 additions and 1 deletions

View File

@ -540,7 +540,7 @@ void BKE_brush_gpencil_presets(bContext *C)
/* Fill brush */
brush = BKE_brush_add_gpencil(bmain, ts, "Fill Area");
brush->size = 1.0f;
brush->size = 20.0f;
brush->gpencil_settings->flag |= GP_BRUSH_ENABLE_CURSOR;
brush->gpencil_settings->draw_sensitivity = 1.0f;
brush->gpencil_settings->fill_leak = 3;