[Bf-blender-cvs] [314048b195e] blender2.8: GP: Change View icon for annotations

Antonioya noreply at git.blender.org
Mon Nov 12 14:32:08 CET 2018


Commit: 314048b195e9477537c14fa65c4ef010304b4593
Author: Antonioya
Date:   Mon Nov 12 14:30:17 2018 +0100
Branches: blender2.8
https://developer.blender.org/rB314048b195e9477537c14fa65c4ef010304b4593

GP: Change View icon for annotations

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

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

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

diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c
index efb1e1d5669..e2650206d0c 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -2244,7 +2244,7 @@ static void rna_def_tool_settings(BlenderRNA  *brna)
 
 	static const EnumPropertyItem annotation_stroke_placement_items[] = {
 		{GP_PROJECT_VIEWSPACE | GP_PROJECT_CURSOR, "CURSOR", ICON_PIVOT_CURSOR, "3D Cursor", "Draw stroke at 3D cursor location" },
-		{0, "VIEW", ICON_VISIBLE_IPO_ON, "View", "Stick stroke to the view "}, /* weird, GP_PROJECT_VIEWALIGN is inverted */
+		{0, "VIEW", ICON_RESTRICT_VIEW_ON, "View", "Stick stroke to the view "}, /* weird, GP_PROJECT_VIEWALIGN is inverted */
 		{GP_PROJECT_VIEWSPACE | GP_PROJECT_DEPTH_VIEW, "SURFACE", ICON_FACESEL, "Surface", "Stick stroke to surfaces"},
 		/* Stroke option is disabled because is not working as expected and maybe is not
 		 * required. If we confirm this is not used, we can remove it. */



More information about the Bf-blender-cvs mailing list