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-03-27 13:32:58 +0300
committerAntonio Vazquez <blendergit@gmail.com>2020-03-27 13:33:09 +0300
commitb498edb1895bc016382eed0543631ff182a056ae (patch)
treef079ea71bd5a55eb874ee1f229a92967f2d51397 /release/scripts/startup/bl_ui/properties_material_gpencil.py
parente7af825deda5daf6639c346434df287aa0a69a1a (diff)
Fix T75118: Remove Texture Opacity parameter for Fill materials
This parameter was used in previous version and must be removed from UI panel.
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_material_gpencil.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_material_gpencil.py1
1 files changed, 0 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 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")