GP: Don't activate Fill for new materials

As the fill color alpha is set to zero, it's better keep fill option disabled.
This commit is contained in:
Antonio Vazquez 2019-02-14 16:42:07 +01:00
parent 76747d0a11
commit 6995d51c75
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@ void BKE_material_init_gpencil_settings(Material *ma)
gp_style->texture_pixsize = 100.0f;
gp_style->flag |= GP_STYLE_STROKE_SHOW;
gp_style->flag |= GP_STYLE_FILL_SHOW;
}
}