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:
authorCampbell Barton <ideasman42@gmail.com>2011-03-02 07:51:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-03-02 07:51:43 +0300
commite2304a4dbbf320d268581536cdc9c3e8f66cc7c3 (patch)
treef84c7b417e42580fbc69b7e8e4c36695844fb0f8 /source/blender/python/intern/bpy_rna_callback.c
parent21067886aaa9607f0ab345c8f52dbdb9c2818033 (diff)
move anim functions out of bpy_rna.c, its getting too big.
Diffstat (limited to 'source/blender/python/intern/bpy_rna_callback.c')
-rw-r--r--source/blender/python/intern/bpy_rna_callback.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/python/intern/bpy_rna_callback.c b/source/blender/python/intern/bpy_rna_callback.c
index 81ec955300a..7581eb16a9d 100644
--- a/source/blender/python/intern/bpy_rna_callback.c
+++ b/source/blender/python/intern/bpy_rna_callback.c
@@ -29,6 +29,8 @@
#include <Python.h>
+#include "RNA_types.h"
+
#include "bpy_rna.h"
#include "bpy_rna_callback.h"
#include "bpy_util.h"
@@ -37,6 +39,8 @@
#include "DNA_screen_types.h"
+#include "RNA_access.h"
+
#include "BKE_context.h"
#include "ED_space_api.h"