[Bf-blender-cvs] [69e1f2b86d6] greasepencil-object: GPencil: Remove Substract color for Weight Paint brush

Antonio Vazquez noreply at git.blender.org
Mon Mar 2 16:20:23 CET 2020


Commit: 69e1f2b86d61ac449c3c630b6b1ef15be09f7111
Author: Antonio Vazquez
Date:   Mon Mar 2 16:01:40 2020 +0100
Branches: greasepencil-object
https://developer.blender.org/rB69e1f2b86d61ac449c3c630b6b1ef15be09f7111

GPencil: Remove Substract color for Weight Paint brush

This is not used now.

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

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

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

diff --git a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
index cb333fc9506..e22c32319b4 100644
--- a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
+++ b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
@@ -238,7 +238,6 @@ class GreasePencilDisplayPanel:
             col.active = settings.show_brush
 
             col.prop(brush, "cursor_color_add", text="Cursor Color")
-            col.prop(brush, "cursor_color_subtract", text="Inverse Cursor Color")
 
         elif ob.mode == 'VERTEX_GPENCIL':
             col = layout.column(align=True)



More information about the Bf-blender-cvs mailing list