[Bf-blender-cvs] [0402db47b18] greasepencil-object: GPencil: Change cursor orientation Tooltip

Antonioya noreply at git.blender.org
Fri Mar 15 17:08:20 CET 2019


Commit: 0402db47b1850c32339eac87aa5c6401f7fdde6c
Author: Antonioya
Date:   Fri Mar 15 17:08:14 2019 +0100
Branches: greasepencil-object
https://developer.blender.org/rB0402db47b1850c32339eac87aa5c6401f7fdde6c

GPencil: Change cursor orientation Tooltip

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

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 ebcfb37a4fa..b66363f45ae 100644
--- a/source/blender/makesrna/intern/rna_sculpt_paint.c
+++ b/source/blender/makesrna/intern/rna_sculpt_paint.c
@@ -82,7 +82,7 @@ static const EnumPropertyItem rna_enum_gpencil_lock_axis_items[] = {
 	{GP_LOCKAXIS_Y, "AXIS_Y", ICON_AXIS_FRONT, "Front (X-Z)", "Project strokes to plane locked to Y"},
 	{GP_LOCKAXIS_X, "AXIS_X", ICON_AXIS_SIDE, "Side (Y-Z)", "Project strokes to plane locked to X"},
 	{GP_LOCKAXIS_Z, "AXIS_Z", ICON_AXIS_TOP, "Top (X-Y)", "Project strokes to plane locked to Z"},
-	{GP_LOCKAXIS_CURSOR, "CURSOR", ICON_PIVOT_CURSOR, "Cursor", "Align strokes to current 3D cursor location and orientation"},
+	{GP_LOCKAXIS_CURSOR, "CURSOR", ICON_PIVOT_CURSOR, "Cursor", "Align strokes to current 3D cursor orientation"},
 	{0, NULL, 0, NULL, NULL},
 };
 #endif



More information about the Bf-blender-cvs mailing list