From 7cd4e2781afcc164232ef7b9ea5cd3fc20165dea Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sat, 10 Jan 2009 22:57:33 +0000 Subject: RNA * Finished DNA_lamp_types.h, DNA_world_types.h and DNA_sound_types.h. * Renamed "parent" struct property to "nested", and also remaining "from" usage to "base". * Added a NEVER_NULL subtype for pointers and use it for all properties that apply. * Make sure all structs have a description, and fix any other DOC_BROKEN descriptions, also many other naming consistency improvements. --- source/blender/makesrna/intern/rna_vfont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna/intern/rna_vfont.c') diff --git a/source/blender/makesrna/intern/rna_vfont.c b/source/blender/makesrna/intern/rna_vfont.c index 19fa1fd7ad1..ace6e4a6d25 100644 --- a/source/blender/makesrna/intern/rna_vfont.c +++ b/source/blender/makesrna/intern/rna_vfont.c @@ -41,7 +41,7 @@ void RNA_def_vfont(BlenderRNA *brna) PropertyRNA *prop; srna= RNA_def_struct(brna, "VectorFont", "ID"); - RNA_def_struct_ui_text(srna, "Vector Font", "DOC_BROKEN"); + RNA_def_struct_ui_text(srna, "Vector Font", "Vector font for Text objects."); RNA_def_struct_sdna(srna, "VFont"); prop= RNA_def_property(srna, "filename", PROP_STRING, PROP_FILEPATH); -- cgit v1.2.3