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>2003-06-23 00:14:11 +0400
committerMichel Selten <michel@mselten.demon.nl>2003-06-23 00:14:11 +0400
commit61e41f6817b0dfd3ce17ffa3d00e4600e66251d1 (patch)
treed95a1b9b0e212acf14238c4510fcafdd18c01858 /source/blender/python/api2_2x/Object.h
parentab9e15b75d5297ee54d0ead5e99b8a55760545e6 (diff)
* Added matrix module
* Moved the function EXPP_tuple_repr from vector.c to gen_utils.[ch] * Matrix functionality should work now in Object module. * Fixed compilation warning about implicit declaration of M_World_Init. Added the declaration to modules.h
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 711596580e7..b64977c17be 100644
--- a/source/blender/python/api2_2x/Object.h
+++ b/source/blender/python/api2_2x/Object.h
@@ -55,6 +55,7 @@
#include "gen_utils.h"
#include "modules.h"
+#include "vector.h"
/* The Object PyType Object defined in Object.c */
extern PyTypeObject Object_Type;