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/modules.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/modules.h')
-rw-r--r--source/blender/python/api2_2x/modules.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/modules.h b/source/blender/python/api2_2x/modules.h
index 9079f8b6b0f..0a444ed87f0 100644
--- a/source/blender/python/api2_2x/modules.h
+++ b/source/blender/python/api2_2x/modules.h
@@ -133,5 +133,6 @@ PyObject * M_Window_Init (void);
PyObject * M_Draw_Init (void);
PyObject * M_BGL_Init (void);
PyObject * M_Text_Init (void);
+PyObject * M_World_Init (void);
#endif /* EXPP_modules_h */