[Bf-blender-cvs] [5648e8c7389] greasepencil-refactor: GPencil: Show overlap option for Texture materials

Antonio Vazquez noreply at git.blender.org
Thu Jan 16 08:39:32 CET 2020


Commit: 5648e8c7389e9a5175d378d0d7ac90bf87feb092
Author: Antonio Vazquez
Date:   Thu Jan 16 08:39:26 2020 +0100
Branches: greasepencil-refactor
https://developer.blender.org/rB5648e8c7389e9a5175d378d0d7ac90bf87feb092

GPencil: Show overlap option for Texture materials

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

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 8fdc4b8aeb4..60a6b157cc2 100644
--- a/release/scripts/startup/bl_ui/properties_material_gpencil.py
+++ b/release/scripts/startup/bl_ui/properties_material_gpencil.py
@@ -164,7 +164,7 @@ class MATERIAL_PT_gpencil_strokecolor(GPMaterialButtonsPanel, Panel):
             if gpcolor.mode in {'DOTS', 'BOX'}:
                 col.prop(gpcolor, "alignment_mode")
 
-            if gpcolor.mode == 'LINE' and gpcolor.stroke_style != 'TEXTURE':
+            if gpcolor.mode == 'LINE':
                 col.prop(gpcolor, "use_overlap_strokes")



More information about the Bf-blender-cvs mailing list