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:
authorJoseph Gilbert <ascotan@gmail.com>2004-04-04 12:34:43 +0400
committerJoseph Gilbert <ascotan@gmail.com>2004-04-04 12:34:43 +0400
commit32b0677d96a2cd533e585a4b59e40ae1189d40e2 (patch)
tree66a96564fd7e6ff3b48bbd9248138d75ce21dc0f /source/blender/python/api2_2x/Object.h
parent3b680da036dd53f63fa00075d5a25740487aab09 (diff)
- added support for adding/parenting bones to armatures
- fixed getArmatureIpo compiling error
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 a0127d503ec..aad0af8ba77 100644
--- a/source/blender/python/api2_2x/Object.h
+++ b/source/blender/python/api2_2x/Object.h
@@ -56,6 +56,7 @@
#include <DNA_scene_types.h>
#include <DNA_userdef_types.h>
#include <DNA_view3d_types.h>
+#include <DNA_action_types.h>
#include "bpy_types.h"
#include "gen_utils.h"