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_ID.c
parenta141e44e55a95ce698f0abc23e247f03b420371a (diff)
RNA:
* DNA_image_types.h done, except for some properties not being editable.
Diffstat (limited to 'source/blender/makesrna/intern/rna_ID.c')
-rw-r--r--source/blender/makesrna/intern/rna_ID.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_ID.c b/source/blender/makesrna/intern/rna_ID.c
index cf0fe9e35ab..2c294c4cc7b 100644
--- a/source/blender/makesrna/intern/rna_ID.c
+++ b/source/blender/makesrna/intern/rna_ID.c
@@ -60,6 +60,7 @@ static StructRNA *rna_ID_refine(PointerRNA *ptr)
switch(GS(id->name)) {
case ID_CA: return &RNA_Camera;
case ID_GR: return &RNA_Group;
+ case ID_IM: return &RNA_Image;
case ID_LA: return &RNA_Lamp;
case ID_LI: return &RNA_Library;
case ID_LT: return &RNA_Lattice;