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_operator_wrap.c
parent21067886aaa9607f0ab345c8f52dbdb9c2818033 (diff)
move anim functions out of bpy_rna.c, its getting too big.
Diffstat (limited to 'source/blender/python/intern/bpy_operator_wrap.c')
-rw-r--r--source/blender/python/intern/bpy_operator_wrap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/intern/bpy_operator_wrap.c b/source/blender/python/intern/bpy_operator_wrap.c
index 78b731fdde1..0269625d906 100644
--- a/source/blender/python/intern/bpy_operator_wrap.c
+++ b/source/blender/python/intern/bpy_operator_wrap.c
@@ -36,6 +36,7 @@
#include "BLI_utildefines.h"
+#include "RNA_access.h"
#include "RNA_define.h"
#include "bpy_rna.h"