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:
authorNicholas Bishop <nicholasbishop@gmail.com>2009-01-03 02:05:28 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2009-01-03 02:05:28 +0300
commit25aaa7b92e4b28c6e3e4da9c9868adb2f1c8cd87 (patch)
tree61a95c099d0e87389b8534bcce34c6e8a7e0743b /source/blender/makesrna/intern/rna_main.c
parent012b33d30d3624cd50410f18a4855791afd5b85b (diff)
Made the basic RNA changes for Tex(ture), no properties wrapped yet.
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 0f809b99edc..59cf3bf02ac 100644
--- a/source/blender/makesrna/intern/rna_main.c
+++ b/source/blender/makesrna/intern/rna_main.c
@@ -236,7 +236,7 @@ void RNA_def_main(BlenderRNA *brna)
{"curves", "Curve", "rna_Main_curve_begin", "Curves", "Curve datablocks."},
{"metaballs", "MetaBall", "rna_Main_mball_begin", "Metaballs", "Metaball datablocks."},
{"vfonts", "VectorFont", "rna_Main_vfont_begin", "Vector Fonts", "Vector font datablocks."},
- {"textures", "ID", "rna_Main_tex_begin", "Textures", "Texture datablocks."},
+ {"textures", "Texture", "rna_Main_tex_begin", "Textures", "Texture datablocks."},
{"ipos", "Ipo", "rna_Main_ipo_begin", "Ipos", "Ipo datablocks."},
{"brushes", "Brush", "rna_Main_brush_begin", "Brushes", "Brush datablocks."},
{"worlds", "World", "rna_Main_world_begin", "Worlds", "World datablocks."},