Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonioya <blendergit@gmail.com>2019-02-14 18:42:07 +0300
committerAntonioya <blendergit@gmail.com>2019-02-14 18:52:14 +0300
commit6995d51c7512d92d4b3c15d1ee6c3f0702605cfa (patch)
tree481a97e62baa7db0f1998d104780050b64feed9e /source/blender/blenkernel/intern/material.c
parent76747d0a11582ccd49fde494a51187dc191d6aee (diff)
GP: Don't activate Fill for new materials
As the fill color alpha is set to zero, it's better keep fill option disabled.
Diffstat (limited to 'source/blender/blenkernel/intern/material.c')
-rw-r--r--source/blender/blenkernel/intern/material.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/material.c b/source/blender/blenkernel/intern/material.c
index d29e0ace3b6..bfc18b2ca95 100644
--- a/source/blender/blenkernel/intern/material.c
+++ b/source/blender/blenkernel/intern/material.c
@@ -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;
}
}