[Bf-blender-cvs] [0bd736e5da6] master: GPencil: Small tweak to Fill panel for Holdout

Antonio Vazquez noreply at git.blender.org
Sun Sep 20 15:29:08 CEST 2020


Commit: 0bd736e5da6da801f8dd4ba9b4cf9bf17f2daa64
Author: Antonio Vazquez
Date:   Sun Sep 20 15:28:36 2020 +0200
Branches: master
https://developer.blender.org/rB0bd736e5da6da801f8dd4ba9b4cf9bf17f2daa64

GPencil: Small tweak to Fill panel for Holdout

For gradient, put the parameter below both colors.

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

M	release/scripts/startup/bl_ui/properties_material_gpencil.py

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

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")



More information about the Bf-blender-cvs mailing list