Made a change to temporarily use ICON_BRUSH_DATA for the line style

datablock.  A proper replacement is anticipated.
This commit is contained in:
Tamito Kajiyama
2010-07-20 21:35:22 +00:00
parent e423e085f8
commit 930f2fa898

View File

@@ -379,6 +379,7 @@ static void rna_def_linestyle(BlenderRNA *brna)
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");