[Bf-blender-cvs] [44e171c] GPencil_Editing_Stage3: GPencil Sculpt: Improve header infotip

Joshua Leung noreply at git.blender.org
Sat Jun 13 02:45:07 CEST 2015


Commit: 44e171c7f0c550d5082bac6468b0de4a19a2da5e
Author: Joshua Leung
Date:   Mon Jun 8 13:26:05 2015 +1200
Branches: GPencil_Editing_Stage3
https://developer.blender.org/rB44e171c7f0c550d5082bac6468b0de4a19a2da5e

GPencil Sculpt: Improve header infotip

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

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

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

diff --git a/source/blender/editors/gpencil/gpencil_brush.c b/source/blender/editors/gpencil/gpencil_brush.c
index 83f7be4..8fbe01e 100644
--- a/source/blender/editors/gpencil/gpencil_brush.c
+++ b/source/blender/editors/gpencil/gpencil_brush.c
@@ -337,7 +337,9 @@ static bool gpsculpt_brush_init(bContext *C, wmOperator *op)
 	
 	
 	/* update header */
-	ED_area_headerprint(CTX_wm_area(C), IFACE_("Grease Pencil: Stroke Sculptmode"));
+	ED_area_headerprint(CTX_wm_area(C),
+	                    IFACE_("Grease Pencil: Stroke Sculptmode | LMB to paint | RMB/Escape to Exit"
+	                           " | Ctrl to Invert Action"));
 	
 	/* setup cursor drawing */
 	WM_cursor_modal_set(CTX_wm_window(C), BC_CROSSCURSOR);




More information about the Bf-blender-cvs mailing list