[Bf-blender-cvs] [f3c42200d35] greasepencil-object: Cleanup: Remove all mention of annotations from GP drawing operator

Joshua Leung noreply at git.blender.org
Thu Jun 28 09:13:54 CEST 2018


Commit: f3c42200d35a98f2a7f7aa64bd41545b0bcfeb5b
Author: Joshua Leung
Date:   Thu Jun 28 01:02:38 2018 +1200
Branches: greasepencil-object
https://developer.blender.org/rBf3c42200d35a98f2a7f7aa64bd41545b0bcfeb5b

Cleanup: Remove all mention of annotations from GP drawing operator

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

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

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

diff --git a/source/blender/editors/gpencil/gpencil_paint.c b/source/blender/editors/gpencil/gpencil_paint.c
index 488d716fab3..eb44a251743 100644
--- a/source/blender/editors/gpencil/gpencil_paint.c
+++ b/source/blender/editors/gpencil/gpencil_paint.c
@@ -3251,7 +3251,7 @@ void GPENCIL_OT_draw(wmOperatorType *ot)
 	/* identifiers */
 	ot->name = "Grease Pencil Draw";
 	ot->idname = "GPENCIL_OT_draw";
-	ot->description = "Make annotations on the active data";
+	ot->description = "Draw a new stroke in the active Grease Pencil Object";
 
 	/* api callbacks */
 	ot->exec = gpencil_draw_exec;



More information about the Bf-blender-cvs mailing list