[Bf-blender-cvs] [50293fd2514] greasepencil-object: GP: Change Draw Mode Title

Antonioya noreply at git.blender.org
Fri Feb 22 14:35:36 CET 2019


Commit: 50293fd2514f033f9d2730aaafe7562d163b5540
Author: Antonioya
Date:   Fri Feb 22 14:35:20 2019 +0100
Branches: greasepencil-object
https://developer.blender.org/rB50293fd2514f033f9d2730aaafe7562d163b5540

GP: Change Draw Mode Title

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

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

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

diff --git a/source/blender/makesrna/intern/rna_gpencil.c b/source/blender/makesrna/intern/rna_gpencil.c
index 5c89594afa3..b60409225ce 100644
--- a/source/blender/makesrna/intern/rna_gpencil.c
+++ b/source/blender/makesrna/intern/rna_gpencil.c
@@ -53,7 +53,7 @@ static const EnumPropertyItem parent_type_items[] = {
 #ifndef RNA_RUNTIME
 static EnumPropertyItem rna_enum_gpencil_drawmodes_items[] = {
 	{GP_DRAWMODE_2D, "2D", 0, "2D Layers",	"Draw strokes using grease pencil layers to define order"},
-	{GP_DRAWMODE_3D, "3D", 0, "3D Space", "Draw strokes using real 3D position in 3D space"},
+	{GP_DRAWMODE_3D, "3D", 0, "3D Location", "Draw strokes using real 3D position in 3D space"},
 	{0, NULL, 0, NULL, NULL},
 };



More information about the Bf-blender-cvs mailing list