[Bf-blender-cvs] [270a6a6689a] blender2.8: GP: Change presets for new stroke and fill switches

Antonioya noreply at git.blender.org
Sat Nov 3 10:01:33 CET 2018


Commit: 270a6a6689adbd3831fa046d075a1b9d330e39d3
Author: Antonioya
Date:   Sat Nov 3 09:56:51 2018 +0100
Branches: blender2.8
https://developer.blender.org/rB270a6a6689adbd3831fa046d075a1b9d330e39d3

GP: Change presets for new stroke and fill switches

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

M	release/scripts/presets/gpencil_material/fill_only.py
M	release/scripts/presets/gpencil_material/stroke_and_fill.py
M	release/scripts/presets/gpencil_material/stroke_only.py

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

diff --git a/release/scripts/presets/gpencil_material/fill_only.py b/release/scripts/presets/gpencil_material/fill_only.py
index 00cf8663f41..b15f5f28f80 100644
--- a/release/scripts/presets/gpencil_material/fill_only.py
+++ b/release/scripts/presets/gpencil_material/fill_only.py
@@ -28,3 +28,5 @@ gpcolor.texture_opacity = 1.0
 gpcolor.texture_clamp = False
 gpcolor.texture_mix = False
 gpcolor.mix_factor = 0.0
+gpcolor.show_stroke = False
+gpcolor.show_fill = True
diff --git a/release/scripts/presets/gpencil_material/stroke_and_fill.py b/release/scripts/presets/gpencil_material/stroke_and_fill.py
index 8c3aca4f829..b9a1e873ea2 100644
--- a/release/scripts/presets/gpencil_material/stroke_and_fill.py
+++ b/release/scripts/presets/gpencil_material/stroke_and_fill.py
@@ -28,3 +28,5 @@ gpcolor.texture_opacity = 1.0
 gpcolor.texture_clamp = False
 gpcolor.texture_mix = False
 gpcolor.mix_factor = 0.0
+gpcolor.show_stroke = True
+gpcolor.show_fill = True
diff --git a/release/scripts/presets/gpencil_material/stroke_only.py b/release/scripts/presets/gpencil_material/stroke_only.py
index 04262593275..96739af59f0 100644
--- a/release/scripts/presets/gpencil_material/stroke_only.py
+++ b/release/scripts/presets/gpencil_material/stroke_only.py
@@ -28,3 +28,5 @@ gpcolor.texture_opacity = 1.0
 gpcolor.texture_clamp = False
 gpcolor.texture_mix = False
 gpcolor.mix_factor = 0.0
+gpcolor.show_stroke = True
+gpcolor.show_fill = False



More information about the Bf-blender-cvs mailing list