[Bf-blender-cvs] [9fceef3895d] greasepencil-object: UI: Change icons for lock axis

Antonio Vazquez noreply at git.blender.org
Wed Jun 14 17:05:21 CEST 2017


Commit: 9fceef3895d41d121002b49c229e7b16928bb955
Author: Antonio Vazquez
Date:   Wed Jun 14 17:05:12 2017 +0200
Branches: greasepencil-object
https://developer.blender.org/rB9fceef3895d41d121002b49c229e7b16928bb955

UI: Change icons for lock axis

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

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 921f25a1b65..f52d885954c 100644
--- a/source/blender/makesrna/intern/rna_sculpt_paint.c
+++ b/source/blender/makesrna/intern/rna_sculpt_paint.c
@@ -75,9 +75,9 @@ EnumPropertyItem rna_enum_gpencil_sculpt_brush_items[] = {
 
 EnumPropertyItem rna_enum_gpencil_lockaxis_items[] = {
 	{ GP_LOCKAXIS_NONE, "GP_LOCKAXIS_NONE", ICON_UNLOCKED, "", "Strokes unlocked" },
-	{ GP_LOCKAXIS_X, "GP_LOCKAXIS_X", ICON_MANIPUL, "X", "Project strokes to plane locked to X" },
-	{ GP_LOCKAXIS_Y, "GP_LOCKAXIS_Y", ICON_MANIPUL, "Y", "Project strokes to plane locked to Y" },
-	{ GP_LOCKAXIS_Z, "GP_LOCKAXIS_Z", ICON_MANIPUL, "Z", "Project strokes to plane locked to Z" },
+	{ GP_LOCKAXIS_X, "GP_LOCKAXIS_X", ICON_NDOF_DOM, "X", "Project strokes to plane locked to X" },
+	{ GP_LOCKAXIS_Y, "GP_LOCKAXIS_Y", ICON_NDOF_DOM, "Y", "Project strokes to plane locked to Y" },
+	{ GP_LOCKAXIS_Z, "GP_LOCKAXIS_Z", ICON_NDOF_DOM, "Z", "Project strokes to plane locked to Z" },
 	{ 0, NULL, 0, NULL, NULL }
 };




More information about the Bf-blender-cvs mailing list