[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [60382] trunk/blender/source/blender/ makesrna/intern/rna_ID.c: Fix for the name of line style ID blocks, from " FreestyleLineStyle" to "Line Style".

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Thu Sep 26 18:41:47 CEST 2013


Revision: 60382
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60382
Author:   kjym3
Date:     2013-09-26 16:41:47 +0000 (Thu, 26 Sep 2013)
Log Message:
-----------
Fix for the name of line style ID blocks, from "FreestyleLineStyle" to "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 16:29:54 UTC (rev 60381)
+++ trunk/blender/source/blender/makesrna/intern/rna_ID.c	2013-09-26 16:41:47 UTC (rev 60382)
@@ -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_BRUSH_DATA, "FreestyleLineStyle", ""}, /* FIXME proper icon */
+	{ID_LS, "LINESTYLE", ICON_BRUSH_DATA, "Line Style", ""}, /* 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