[Bf-blender-cvs] [193aa52c3ad] temp-gpencil-fill: GPencil: Change default size for Fill brush

Antonio Vazquez noreply at git.blender.org
Mon Feb 1 16:34:23 CET 2021


Commit: 193aa52c3ad9ae36e955aa2ab2a7d5cebf811257
Author: Antonio Vazquez
Date:   Mon Feb 1 16:34:16 2021 +0100
Branches: temp-gpencil-fill
https://developer.blender.org/rB193aa52c3ad9ae36e955aa2ab2a7d5cebf811257

GPencil: Change default size for Fill brush

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

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

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

diff --git a/source/blender/blenkernel/intern/brush.c b/source/blender/blenkernel/intern/brush.c
index 28c8ae3e416..ab4e2f404ee 100644
--- a/source/blender/blenkernel/intern/brush.c
+++ b/source/blender/blenkernel/intern/brush.c
@@ -975,7 +975,7 @@ void BKE_gpencil_brush_preset_set(Main *bmain, Brush *brush, const short type)
       break;
     }
     case GP_BRUSH_PRESET_FILL_AREA: {
-      brush->size = 20.0f;
+      brush->size = 5.0f;
 
       brush->gpencil_settings->fill_leak = 3;
       brush->gpencil_settings->fill_threshold = 0.1f;



More information about the Bf-blender-cvs mailing list