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-04-26 11:14:50 +0300
committerAntonioya <blendergit@gmail.com>2019-04-26 11:14:50 +0300
commit7440f98f980b203d73c047e6aefc144495b4c3c6 (patch)
tree45dd5033d4f1c2cfaea3960820ca38fa26abe42b /release/scripts/presets/gpencil_material/stroke_and_fill.py
parent513b71c89ad05e49b79fd1385744e78ffcd15604 (diff)
Fix T63897: GPencil Material Presets showing error
This error was introduced in a previous commit with the rename of the parameter. Also added some missing values.
Diffstat (limited to 'release/scripts/presets/gpencil_material/stroke_and_fill.py')
-rw-r--r--release/scripts/presets/gpencil_material/stroke_and_fill.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/release/scripts/presets/gpencil_material/stroke_and_fill.py b/release/scripts/presets/gpencil_material/stroke_and_fill.py
index b9a1e873ea2..1f523949a5d 100644
--- a/release/scripts/presets/gpencil_material/stroke_and_fill.py
+++ b/release/scripts/presets/gpencil_material/stroke_and_fill.py
@@ -8,6 +8,9 @@ gpcolor.color = (0.0, 0.0, 0.0, 1.0)
gpcolor.stroke_image = None
gpcolor.pixel_size = 100.0
gpcolor.use_stroke_pattern = False
+gpcolor.use_stroke_texture_mix = False
+gpcolor.mix_stroke_factor = 0.0
+gpcolor.use_follow_path = True
gpcolor.fill_style = 'SOLID'
gpcolor.fill_color = (0.5, 0.5, 0.5, 1.0)
gpcolor.fill_image = None
@@ -26,7 +29,7 @@ gpcolor.texture_scale = (1.0, 1.0)
gpcolor.texture_angle = 0.0
gpcolor.texture_opacity = 1.0
gpcolor.texture_clamp = False
-gpcolor.texture_mix = False
+gpcolor.use_fill_texture_mix = False
gpcolor.mix_factor = 0.0
gpcolor.show_stroke = True
gpcolor.show_fill = True