[Bf-blender-cvs] [9ad08c0673a] master: GPencil: Set default Fill brush size to 20

Antonioya noreply at git.blender.org
Tue May 21 15:58:33 CEST 2019


Commit: 9ad08c0673a35b170381fb30f610070f6caf7032
Author: Antonioya
Date:   Tue May 21 15:58:26 2019 +0200
Branches: master
https://developer.blender.org/rB9ad08c0673a35b170381fb30f610070f6caf7032

GPencil: Set default Fill brush size to 20

===================================================================

M	source/blender/blenkernel/intern/brush.c

===================================================================

diff --git a/source/blender/blenkernel/intern/brush.c b/source/blender/blenkernel/intern/brush.c
index 8943666c475..eef29f241e9 100644
--- a/source/blender/blenkernel/intern/brush.c
+++ b/source/blender/blenkernel/intern/brush.c
@@ -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;



More information about the Bf-blender-cvs mailing list