From 0bd736e5da6da801f8dd4ba9b4cf9bf17f2daa64 Mon Sep 17 00:00:00 2001 From: Antonio Vazquez Date: Sun, 20 Sep 2020 15:28:36 +0200 Subject: GPencil: Small tweak to Fill panel for Holdout For gradient, put the parameter below both colors. --- release/scripts/startup/bl_ui/properties_material_gpencil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release') 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") -- cgit v1.2.3