- 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:
@@ -254,9 +254,9 @@ PyObject *M_Particle_Get(PyObject *self, PyObject *args)
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Function: M_Particle_Init */
|
||||
/* Function: Particle_Init */
|
||||
/*****************************************************************************/
|
||||
PyObject *M_Particle_Init (void)
|
||||
PyObject *Particle_Init (void)
|
||||
{
|
||||
PyObject *submodule;
|
||||
Particle_Type.ob_type = &PyType_Type;
|
||||
|
Reference in New Issue
Block a user