[Bf-blender-cvs] [b498edb1895] master: Fix T75118: Remove Texture Opacity parameter for Fill materials

Antonio Vazquez noreply at git.blender.org
Fri Mar 27 11:33:16 CET 2020


Commit: b498edb1895bc016382eed0543631ff182a056ae
Author: Antonio Vazquez
Date:   Fri Mar 27 11:32:58 2020 +0100
Branches: master
https://developer.blender.org/rBb498edb1895bc016382eed0543631ff182a056ae

Fix T75118: Remove Texture Opacity parameter for Fill materials

This parameter was used in previous version and must be removed from UI panel.

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

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 6dff706e839..9e0ad832fc9 100644
--- a/release/scripts/startup/bl_ui/properties_material_gpencil.py
+++ b/release/scripts/startup/bl_ui/properties_material_gpencil.py
@@ -212,7 +212,6 @@ class MATERIAL_PT_gpencil_fillcolor(GPMaterialButtonsPanel, Panel):
             col.template_ID(gpcolor, "fill_image", open="image.open")
 
             col.prop(gpcolor, "fill_color", text="Base Color")
-            col.prop(gpcolor, "texture_opacity", slider=True)
             col.prop(gpcolor, "mix_factor", text="Blend in Fill Texture", slider=True)
 
             col.prop(gpcolor, "texture_offset", text="Location")



More information about the Bf-blender-cvs mailing list