* Added the Camera module.
This one has been implemented by Willian (IanWill).
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user