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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2011-03-06 15:13:32 +0300
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2011-03-06 15:13:32 +0300
commit33efa9eeb63db672d9da97b68718aefb14b98f64 (patch)
treeaa3e0604a33ff8a498184615e52a607bba7241a6 /source/blender/freestyle/intern/python
parent29fafab10702d83954999342b9823eedc68fdea1 (diff)
parenta2b128aa359627cc1b6d464148cb3fbc30fd32b0 (diff)
Merged changes in the trunk up to revision 35367.
To branch builders: From this revision Python 3.2 will be used. Don't forget svn update in the "lib" directory as well.
Diffstat (limited to 'source/blender/freestyle/intern/python')
-rw-r--r--source/blender/freestyle/intern/python/BPy_Freestyle.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/python/BPy_Freestyle.cpp b/source/blender/freestyle/intern/python/BPy_Freestyle.cpp
index d39efe5693f..36a49141fb9 100644
--- a/source/blender/freestyle/intern/python/BPy_Freestyle.cpp
+++ b/source/blender/freestyle/intern/python/BPy_Freestyle.cpp
@@ -35,6 +35,7 @@ extern "C" {
//------------------------ MODULE FUNCTIONS ----------------------------------
#include "FRS_freestyle.h"
+#include "RNA_access.h"
#include "bpy_rna.h" /* pyrna_struct_CreatePyObject() */
static char Freestyle_getCurrentScene___doc__[] =