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/gen_utils.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/gen_utils.h')
-rw-r--r--source/blender/python/api2_2x/gen_utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/gen_utils.h b/source/blender/python/api2_2x/gen_utils.h
index 145a2684cf7..c1b2b2601e7 100644
--- a/source/blender/python/api2_2x/gen_utils.h
+++ b/source/blender/python/api2_2x/gen_utils.h
@@ -61,6 +61,7 @@ PyObject *EXPP_ReturnPyObjError (PyObject * type, char * error_msg);
int EXPP_ReturnIntError (PyObject *type, char *error_msg);
int EXPP_check_sequence_consistency (PyObject *seq, PyTypeObject *against);
+PyObject *EXPP_tuple_repr(PyObject *self, int size);
/* The following functions may need to be moved to the respective BKE or */
/* DNA modules. */