menus are now global (like operators), so for eg, the info add menu and the 3D add menu can be shared.
This commit is contained in:
@@ -94,7 +94,7 @@ static PyObject *pyop_call( PyObject * self, PyObject * args)
|
||||
char *report_str= BKE_reports_string(reports, 0); /* all reports */
|
||||
|
||||
if(report_str) {
|
||||
PySys_WriteStdout(report_str);
|
||||
PySys_WriteStdout("%s\n", report_str);
|
||||
MEM_freeN(report_str);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user