* Added the Camera module.

This one has been implemented by Willian (IanWill).
This commit is contained in:
2003-03-25 19:16:13 +00:00
parent 7c5d4a12d1
commit 92d292f8d3
3 changed files with 292 additions and 0 deletions

View File

@@ -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);