Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHamed Zaghaghi <hamed.zaghaghi@gmail.com>2008-12-01 01:48:43 +0300
committerHamed Zaghaghi <hamed.zaghaghi@gmail.com>2008-12-01 01:48:43 +0300
commite66fff7906dd6c3045d42bbf15ddfffb129136dc (patch)
treef0c555b5fbaa7e7d4234135f9f94007ab3a182e1 /source/blender/makesrna/intern/rna_main.c
parentcfa5c7c39600e8d4d22db54ed4b9885f5219f522 (diff)
* added rna_world with porperties of two first panel in the current UI
Diffstat (limited to 'source/blender/makesrna/intern/rna_main.c')
-rw-r--r--source/blender/makesrna/intern/rna_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_main.c b/source/blender/makesrna/intern/rna_main.c
index fe13409cee6..a2816d578b0 100644
--- a/source/blender/makesrna/intern/rna_main.c
+++ b/source/blender/makesrna/intern/rna_main.c
@@ -238,7 +238,7 @@ void RNA_def_main(BlenderRNA *brna)
{"textures", "ID", "rna_Main_tex_begin", "Textures", "Texture datablocks."},
{"ipos", "ID", "rna_Main_ipo_begin", "Ipos", "Ipo datablocks."},
{"keys", "ID", "rna_Main_key_begin", "Keys", "Key datablocks."},
- {"worlds", "ID", "rna_Main_world_begin", "Worlds", "World datablocks."},
+ {"worlds", "World", "rna_Main_world_begin", "Worlds", "World datablocks."},
{"scripts", "ID", "rna_Main_script_begin", "Scripts", "Script datablocks."},
{"vfonts", "ID", "rna_Main_vfont_begin", "VFonts", "VFont datablocks."},
{"texts", "ID", "rna_Main_text_begin", "Texts", "Text datablocks."},