GPencil: Small tweak to Fill panel for Holdout

For gradient, put the parameter below both colors.
This commit is contained in:
Antonio Vazquez
2020-09-20 15:28:36 +02:00
parent 31ae1462f2
commit 0bd736e5da

View File

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