* Added the Camera module.
This one has been implemented by Willian (IanWill).
This commit is contained in:
@@ -241,5 +241,6 @@ void initBlender (void)
|
||||
dict = PyModule_GetDict (module);
|
||||
g_blenderdict = dict;
|
||||
PyDict_SetItemString (dict, "Object", initObject());
|
||||
PyDict_SetItemString (dict, "Camera", initCamera());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user