Commit: a087196a45f4c9efe04e0cea96a6667984cdf402
Author: Antonio Vazquez
Date:   Wed Oct 28 16:07:33 2020 +0100
Branches: master
https://developer.blender.org/rBa087196a45f4c9efe04e0cea96a6667984cdf402

GPencil: Change trace tooltip for Threshold

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

M       source/blender/editors/gpencil/gpencil_trace_ops.c

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

diff --git a/source/blender/editors/gpencil/gpencil_trace_ops.c 
b/source/blender/editors/gpencil/gpencil_trace_ops.c
index ae14830e3b7..b68acd091c2 100644
--- a/source/blender/editors/gpencil/gpencil_trace_ops.c
+++ b/source/blender/editors/gpencil/gpencil_trace_ops.c
@@ -464,7 +464,7 @@ void GPENCIL_OT_trace_image(wmOperatorType *ot)
                        0.0f,
                        1.0f,
                        "Color Threshold",
-                       "Determine what is considered white and what black",
+                       "Determine the lightness threshold above which strokes 
are generated",
                        0.0f,
                        1.0f);
   RNA_def_enum(ot->srna,

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to