[Bf-blender-cvs] [810f5b82ce1] master: GPencil: Sculpt 'Inverse Cursor Color' Label to "Inverse Color"

Antonio Vazquez noreply at git.blender.org
Wed Oct 21 15:28:13 CEST 2020


Commit: 810f5b82ce1988cc0d295401486da809701e87d3
Author: Antonio Vazquez
Date:   Wed Oct 21 15:27:23 2020 +0200
Branches: master
https://developer.blender.org/rB810f5b82ce1988cc0d295401486da809701e87d3

GPencil: Sculpt 'Inverse Cursor Color' Label to "Inverse Color"

This changes is related to commit c0a0789af557

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

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 4107768a1c4..910d6b64b74 100644
--- a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
+++ b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
@@ -196,7 +196,7 @@ class GreasePencilDisplayPanel:
 
             col.prop(brush, "cursor_color_add", text="Cursor Color")
             if brush.gpencil_sculpt_tool in {'THICKNESS', 'STRENGTH', 'PINCH', 'TWIST'}:
-                col.prop(brush, "cursor_color_subtract", text="Inverse Cursor Color")
+                col.prop(brush, "cursor_color_subtract", text="Inverse Color")
 
         elif ob.mode == 'WEIGHT_GPENCIL':
             col = layout.column(align=True)



More information about the Bf-blender-cvs mailing list