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-03-03 03:45:10 +0300
committerJoseph Gilbert <ascotan@gmail.com>2004-03-03 03:45:10 +0300
commit4d1f58ebd0d95df965a0b0248ec82fc3eaf9115e (patch)
treeb9547d3777459ddf73b5b9804351015d09e285d9 /source/blender/python/api2_2x/Object.h
parent8771b2eb9859364ffaddbe9b35a70b5e391eed50 (diff)
- set/get Euler works with the real thing now
- ability to set the object's matrix
Diffstat (limited to 'source/blender/python/api2_2x/Object.h')
-rw-r--r--source/blender/python/api2_2x/Object.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/Object.h b/source/blender/python/api2_2x/Object.h
index b2d5fc34c77..6502236abff 100644
--- a/source/blender/python/api2_2x/Object.h
+++ b/source/blender/python/api2_2x/Object.h
@@ -61,6 +61,8 @@
#include "modules.h"
#include "vector.h"
#include "matrix.h"
+#include "euler.h"
+#include "quat.h"
/* The Object PyType Object defined in Object.c */
extern PyTypeObject Object_Type;