- More renaming all around to follow our conventions

- Implemented partially Blender.Sys
- Worked on issues related to sys, path
- Took away most "debug" printfs
This commit is contained in:
2003-06-28 07:38:21 +00:00
parent 569a32a2ea
commit eaf1cdd383
44 changed files with 1147 additions and 801 deletions

View File

@@ -209,12 +209,10 @@ static PyObject *M_World_Get(PyObject *self, PyObject *args)
* \return PyObject*: The initialized submodule.
*/
PyObject *M_World_Init (void)
PyObject *World_Init (void)
{
PyObject *submodule;
printf ("In M_World_Init()\n");
World_Type.ob_type = &PyType_Type;
submodule = Py_InitModule3("Blender.World",