[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [60379] trunk/blender/source/blender/ makesrna/intern/rna_ID.c: Use the brush icon rather than the particle icon for ID-block type of Freestyle line style , though that's still workaround.

Shinsuke Irie irieshinsuke at yahoo.co.jp
Thu Sep 26 09:55:56 CEST 2013


Revision: 60379
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60379
Author:   irie
Date:     2013-09-26 07:55:55 +0000 (Thu, 26 Sep 2013)
Log Message:
-----------
Use the brush icon rather than the particle icon for ID-block type of Freestyle line style, though that's still workaround.
We need a proper icon representing Freestyle line style.

Modified Paths:
--------------
    trunk/blender/source/blender/makesrna/intern/rna_ID.c

Modified: trunk/blender/source/blender/makesrna/intern/rna_ID.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_ID.c	2013-09-26 04:32:56 UTC (rev 60378)
+++ trunk/blender/source/blender/makesrna/intern/rna_ID.c	2013-09-26 07:55:55 UTC (rev 60379)
@@ -58,7 +58,7 @@
 	{ID_KE, "KEY", ICON_SHAPEKEY_DATA, "Key", ""},
 	{ID_LA, "LAMP", ICON_LAMP_DATA, "Lamp", ""},
 	{ID_LI, "LIBRARY", ICON_LIBRARY_DATA_DIRECT, "Library", ""},
-	{ID_LS, "LINESTYLE", ICON_PARTICLE_DATA, "FreestyleLineStyle", ""}, /* FIXME proper icon */
+	{ID_LS, "LINESTYLE", ICON_BRUSH_DATA, "FreestyleLineStyle", ""}, /* FIXME proper icon */
 	{ID_LT, "LATTICE", ICON_LATTICE_DATA, "Lattice", ""},
 	{ID_MA, "MATERIAL", ICON_MATERIAL_DATA, "Material", ""},
 	{ID_MB, "META", ICON_META_DATA, "MetaBall", ""},




More information about the Bf-blender-cvs mailing list