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:
authorAntonio Vazquez <blendergit@gmail.com>2020-09-20 16:28:36 +0300
committerAntonio Vazquez <blendergit@gmail.com>2020-09-20 16:29:02 +0300
commit0bd736e5da6da801f8dd4ba9b4cf9bf17f2daa64 (patch)
tree0167879c04f34bc724fc163037eb985c2f4e254f /release/scripts/startup/bl_ui/properties_material_gpencil.py
parent31ae1462f23ffa083657d7b96c8b1377bbeafca0 (diff)
GPencil: Small tweak to Fill panel for Holdout
For gradient, put the parameter below both colors.
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_material_gpencil.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_material_gpencil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_material_gpencil.py b/release/scripts/startup/bl_ui/properties_material_gpencil.py
index da71afdddc2..4ed7b1ac7b9 100644
--- a/release/scripts/startup/bl_ui/properties_material_gpencil.py
+++ b/release/scripts/startup/bl_ui/properties_material_gpencil.py
@@ -200,8 +200,8 @@ class MATERIAL_PT_gpencil_fillcolor(GPMaterialButtonsPanel, Panel):
col.prop(gpcolor, "gradient_type")
col.prop(gpcolor, "fill_color", text="Base Color")
- col.prop(gpcolor, "use_fill_holdout")
col.prop(gpcolor, "mix_color", text="Secondary Color")
+ col.prop(gpcolor, "use_fill_holdout")
col.prop(gpcolor, "mix_factor", text="Blend", slider=True)
col.prop(gpcolor, "flip", text="Flip Colors")