[Bf-blender-cvs] [535ae9e1b15] greasepencil-object: Rename volumetric stroke type

Antonio Vazquez noreply at git.blender.org
Wed Jul 12 11:44:23 CEST 2017


Commit: 535ae9e1b157a58951e0007231f7ae2f58fe0da7
Author: Antonio Vazquez
Date:   Wed Jul 12 11:42:03 2017 +0200
Branches: greasepencil-object
https://developer.blender.org/rB535ae9e1b157a58951e0007231f7ae2f58fe0da7

Rename volumetric stroke type

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

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

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

diff --git a/source/blender/makesrna/intern/rna_palette.c b/source/blender/makesrna/intern/rna_palette.c
index d05cf38d32b..04544c2db1d 100644
--- a/source/blender/makesrna/intern/rna_palette.c
+++ b/source/blender/makesrna/intern/rna_palette.c
@@ -221,7 +221,7 @@ static void rna_def_palettecolor(BlenderRNA *brna)
 	/* stroke styles */
 	static EnumPropertyItem stroke_style_items[] = {
 		{ STROKE_STYLE_SOLID, "SOLID", 0, "Solid", "Draw strokes with solid color" },
-		{ STROKE_STYLE_VOLUMETRIC, "VOLUMETRIC", 0, "Volumetric", "Draw strokes with dots" },
+		{ STROKE_STYLE_VOLUMETRIC, "VOLUMETRIC", 0, "Dot", "Draw strokes with dots" },
 		{ 0, NULL, 0, NULL, NULL }
 	};




More information about the Bf-blender-cvs mailing list