[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [30555] branches/soc-2008-mxcurioni/source /blender/makesrna/intern/rna_linestyle.c: Made a change to temporarily use ICON_BRUSH_DATA for the line style

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Tue Jul 20 23:35:22 CEST 2010


Revision: 30555
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=30555
Author:   kjym3
Date:     2010-07-20 23:35:22 +0200 (Tue, 20 Jul 2010)

Log Message:
-----------
Made a change to temporarily use ICON_BRUSH_DATA for the line style
datablock.  A proper replacement is anticipated.

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/source/blender/makesrna/intern/rna_linestyle.c

Modified: branches/soc-2008-mxcurioni/source/blender/makesrna/intern/rna_linestyle.c
===================================================================
--- branches/soc-2008-mxcurioni/source/blender/makesrna/intern/rna_linestyle.c	2010-07-20 19:39:07 UTC (rev 30554)
+++ branches/soc-2008-mxcurioni/source/blender/makesrna/intern/rna_linestyle.c	2010-07-20 21:35:22 UTC (rev 30555)
@@ -379,6 +379,7 @@
 
 	srna= RNA_def_struct(brna, "FreestyleLineStyle", "ID");
 	RNA_def_struct_ui_text(srna, "Freestyle Line Style", "Freestyle line style, reusable by multiple line sets");
+	RNA_def_struct_ui_icon(srna, ICON_BRUSH_DATA); /* FIXME: use a proper icon */
 
 	prop= RNA_def_property(srna, "panel", PROP_ENUM, PROP_NONE);
 	RNA_def_property_enum_bitflag_sdna(prop, NULL, "panel");





More information about the Bf-blender-cvs mailing list