Merge branch 'blender-v2.83-release'

This commit is contained in:
Antonio Vazquez 2020-05-04 08:24:08 +02:00
commit b84c380aaa
Notes: blender-bot 2023-02-14 07:45:38 +01:00
Referenced by issue #66722, Blender stuck on default scene if some other app takes focus after double clicking file in Finder
1 changed files with 1 additions and 1 deletions

View File

@ -597,7 +597,7 @@ void BKE_gpencil_brush_preset_set(Main *bmain, Brush *brush, const short type)
}
case GP_BRUSH_PRESET_MARKER_CHISEL: {
brush->size = 150.0f;
brush->gpencil_settings->flag &= ~GP_BRUSH_USE_PRESSURE;
brush->gpencil_settings->flag |= GP_BRUSH_USE_PRESSURE;
brush->gpencil_settings->draw_strength = 1.0f;