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:
authorWillian Padovani Germano <wpgermano@gmail.com>2003-10-29 04:37:32 +0300
committerWillian Padovani Germano <wpgermano@gmail.com>2003-10-29 04:37:32 +0300
commitdd6a83d9c03543af953e3dadafced28ed4169cf0 (patch)
tree8a5e1ec96969eef6016b38cad362738f93bab2fd /source/blender/python/api2_2x/Object.h
parentf3a809b09f729ef4bad73030e70827b52afda845 (diff)
Exppython:
- Minor tweaks related to ipos and Added Object_setIpo and Object_clearIpo to Object.c - Updated docs
Diffstat (limited to 'source/blender/python/api2_2x/Object.h')
-rw-r--r--source/blender/python/api2_2x/Object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/Object.h b/source/blender/python/api2_2x/Object.h
index b00e40f36e2..61662ef84e4 100644
--- a/source/blender/python/api2_2x/Object.h
+++ b/source/blender/python/api2_2x/Object.h
@@ -55,6 +55,7 @@
#include <DNA_userdef_types.h>
#include <DNA_view3d_types.h>
+#include "bpy_types.h"
#include "gen_utils.h"
#include "modules.h"
#include "vector.h"