- 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:
@@ -283,7 +283,6 @@ static PyObject *Method_Draw (PyObject *self, PyObject *args)
|
||||
{
|
||||
/*@ If forced drawing is disable queue a redraw event instead */
|
||||
if (EXPP_disable_force_draw) {
|
||||
printf ("\nEXPP_disable_force_draw\n");
|
||||
scrarea_queue_winredraw(curarea);
|
||||
return EXPP_incr_ret (Py_None);
|
||||
}
|
||||
@@ -656,8 +655,6 @@ PyObject *Draw_Init (void)
|
||||
{
|
||||
PyObject *submodule, *dict;
|
||||
|
||||
printf("In M_Draw_Init()\n");
|
||||
|
||||
Button_Type.ob_type = &PyType_Type;
|
||||
|
||||
submodule = Py_InitModule3("Blender.Draw", Draw_methods, Draw_doc);
|
||||
|
Reference in New Issue
Block a user