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:
authorMichel Selten <michel@mselten.demon.nl>2004-04-04 00:24:46 +0400
committerMichel Selten <michel@mselten.demon.nl>2004-04-04 00:24:46 +0400
commit141b7673c94f406a2014dbd252e92dbb5c32f5a3 (patch)
tree3690bc736c60e8c80174cd4ff3e4dadd41e6c280 /source/blender/python/api2_2x/Object.h
parent22a62a285cfcc8888905fbb607f675557a4320c6 (diff)
Python API update. Again by Anders Nilsson.
* Addition to the Object module. obj.getActionIpos(). This method will return a dict with all ipo keys. Only works when the Object is an armature.
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 6502236abff..a0127d503ec 100644
--- a/source/blender/python/api2_2x/Object.h
+++ b/source/blender/python/api2_2x/Object.h
@@ -49,6 +49,7 @@
#include <BLI_arithb.h>
#include <BLI_blenlib.h>
#include <DNA_armature_types.h>
+#include <DNA_action_types.h>
#include <DNA_ID.h>
#include <DNA_ika_types.h>
#include <DNA_listBase.h>