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:
authorRoland Hess <me@harkyman.com>2009-01-05 19:31:00 +0300
committerRoland Hess <me@harkyman.com>2009-01-05 19:31:00 +0300
commitc74ffeb700da9304ba403d5ddf32fd078f91cd82 (patch)
tree766af16f6bb412c231fcd714975133df88326727 /source/blender/makesrna/intern/rna_ID.c
parentc6d5604c82e058fcd0f703abc5ba8b6e186475ee (diff)
File structure and stubby for wrapping action dna types.
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 0a70fbb42bd..bb7fe7be526 100644
--- a/source/blender/makesrna/intern/rna_ID.c
+++ b/source/blender/makesrna/intern/rna_ID.c
@@ -58,6 +58,7 @@ static StructRNA *rna_ID_refine(PointerRNA *ptr)
ID *id= (ID*)ptr->data;
switch(GS(id->name)) {
+ case ID_AC: return &RNA_Action;
case ID_AR: return &RNA_Armature;
case ID_BR: return &RNA_Brush;
case ID_CA: return &RNA_Camera;