[Bf-blender-cvs] [1baba83bb00] master: GPencil: Fix warning text

Antonio Vazquez noreply at git.blender.org
Mon Aug 10 16:41:27 CEST 2020


Commit: 1baba83bb009b820422692eb9d6a51d16a6c09cc
Author: Antonio Vazquez
Date:   Mon Aug 10 16:41:15 2020 +0200
Branches: master
https://developer.blender.org/rB1baba83bb009b820422692eb9d6a51d16a6c09cc

GPencil: Fix warning text

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

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

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

diff --git a/source/blender/editors/gpencil/gpencil_sculpt_paint.c b/source/blender/editors/gpencil/gpencil_sculpt_paint.c
index 43c8b766c52..4a5da10cdbf 100644
--- a/source/blender/editors/gpencil/gpencil_sculpt_paint.c
+++ b/source/blender/editors/gpencil/gpencil_sculpt_paint.c
@@ -1926,7 +1926,7 @@ static int gpencil_sculpt_brush_invoke(bContext *C, wmOperator *op, const wmEven
 
   /* the operator cannot work while play animation */
   if (is_playing) {
-    BKE_report(op->reports, RPT_ERROR, "Cannot sculpt while play animation");
+    BKE_report(op->reports, RPT_ERROR, "Cannot sculpt while animation is playing");
 
     return OPERATOR_CANCELLED;
   }



More information about the Bf-blender-cvs mailing list