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-03-25 22:16:13 +0300
committerMichel Selten <michel@mselten.demon.nl>2003-03-25 22:16:13 +0300
commit92d292f8d39a255b3ca2cc57ce7cdf1388f898ed (patch)
tree1da667aebe78114698ec192d13347520bf872dd4 /source/blender/python/api2_2x/modules.h
parent7c5d4a12d1f04b0d2e128878f8a2ea9905de02f2 (diff)
* Added the Camera module.
This one has been implemented by Willian (IanWill).
Diffstat (limited to 'source/blender/python/api2_2x/modules.h')
-rw-r--r--source/blender/python/api2_2x/modules.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/modules.h b/source/blender/python/api2_2x/modules.h
index 575a142a552..ce6c4be6bf3 100644
--- a/source/blender/python/api2_2x/modules.h
+++ b/source/blender/python/api2_2x/modules.h
@@ -40,3 +40,5 @@ PyObject *g_blenderdict;
void initBlender (void);
PyObject* initObject (void);
PyObject* ObjectCreatePyObject (struct Object *obj);
+PyObject* initCamera (void);
+PyObject* CameraCreatePyObject (struct Camera *cam);