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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2008-11-30 21:39:49 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2008-11-30 21:39:49 +0300
commit9cb9bf7da311ca22b62efdee63ca4c0e76371f1a (patch)
tree86bcb2dcca44c768e12dfad16361195a2dd051bb /source/blender/makesrna/intern/rna_main.c
parenta141e44e55a95ce698f0abc23e247f03b420371a (diff)
RNA:
* DNA_image_types.h done, except for some properties not being editable.
Diffstat (limited to 'source/blender/makesrna/intern/rna_main.c')
-rw-r--r--source/blender/makesrna/intern/rna_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesrna/intern/rna_main.c b/source/blender/makesrna/intern/rna_main.c
index 6eeb7a875d0..fe13409cee6 100644
--- a/source/blender/makesrna/intern/rna_main.c
+++ b/source/blender/makesrna/intern/rna_main.c
@@ -231,11 +231,11 @@ void RNA_def_main(BlenderRNA *brna)
{"libraries", "Library", "rna_Main_library_begin", "Libraries", "Library datablocks."},
{"screens", "Screen", "rna_Main_screen_begin", "Screens", "Screen datablocks."},
{"windowmanagers", "WindowManager", "rna_Main_wm_begin", "Window Managers", "Window manager datablocks."},
+ {"images", "Image", "rna_Main_image_begin", "Images", "Image datablocks."},
+ {"lattices", "Lattice", "rna_Main_latt_begin", "Lattices", "Lattice datablocks."},
{"curves", "ID", "rna_Main_curve_begin", "Curves", "Curve datablocks."},
{"metaballs", "ID", "rna_Main_mball_begin", "Metaballs", "Metaball datablocks."},
{"textures", "ID", "rna_Main_tex_begin", "Textures", "Texture datablocks."},
- {"images", "ID", "rna_Main_image_begin", "Images", "Image datablocks."},
- {"lattices", "ID", "rna_Main_latt_begin", "Lattices", "Lattice 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."},