* 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

@@ -241,5 +241,6 @@ void initBlender (void)
dict = PyModule_GetDict (module);
g_blenderdict = dict;
PyDict_SetItemString (dict, "Object", initObject());
PyDict_SetItemString (dict, "Camera", initCamera());
}