[Bf-blender-cvs] [0307ebe] GPencil_Editing_Stage3: GPencil Sculpt: Improved tooltip for Grab brush

Joshua Leung noreply at git.blender.org
Fri Jul 10 15:42:26 CEST 2015


Commit: 0307ebe63bb94cb0e33d12c410c99be9729f1816
Author: Joshua Leung
Date:   Sat Jul 11 01:24:34 2015 +1200
Branches: GPencil_Editing_Stage3
https://developer.blender.org/rB0307ebe63bb94cb0e33d12c410c99be9729f1816

GPencil Sculpt: Improved tooltip for Grab brush

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

M	source/blender/makesrna/intern/rna_sculpt_paint.c

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

diff --git a/source/blender/makesrna/intern/rna_sculpt_paint.c b/source/blender/makesrna/intern/rna_sculpt_paint.c
index 8040477..3f707ed 100644
--- a/source/blender/makesrna/intern/rna_sculpt_paint.c
+++ b/source/blender/makesrna/intern/rna_sculpt_paint.c
@@ -63,7 +63,7 @@ static EnumPropertyItem particle_edit_hair_brush_items[] = {
 static EnumPropertyItem gpencil_sculpt_brush_items[] = {
 	{GP_EDITBRUSH_TYPE_SMOOTH, "SMOOTH", 0, "Smooth", "Smooth stroke points"},
 	{GP_EDITBRUSH_TYPE_THICKNESS, "THICKNESS", 0, "Thickness", "Adjust thickness of strokes"},
-	{GP_EDITBRUSH_TYPE_GRAB, "GRAB", 0, "Grab", "Translate points in range"},
+	{GP_EDITBRUSH_TYPE_GRAB, "GRAB", 0, "Grab", "Translate the set of points initially within the brush circle"},
 	{GP_EDITBRUSH_TYPE_RANDOMISE, "RANDOMISE", 0, "Randomise", "Introduce jitter/randomness into strokes"},
 	{0, NULL, 0, NULL, NULL}
 };




More information about the Bf-blender-cvs mailing list