=bmesh=
Mirror modifier no longer uses bmesh, but is now 100% CDDM. This is faster; the sluggishness was driving me crazy. Still need to deal with UVs, but that shouldn't be hard.
This commit is contained in:
@@ -353,10 +353,6 @@ typedef struct {
|
||||
} PyModuleObject;
|
||||
#endif
|
||||
|
||||
int PyC_MainModule_Backup(PyObject **main_mod);
|
||||
PyObject *PyC_DefaultNameSpace(const char *n);
|
||||
int PyC_MainModule_Restore(PyObject *main_mod);
|
||||
|
||||
static int python_script_exec(bContext *C, const char *fn, struct Text *text, struct ReportList *reports)
|
||||
{
|
||||
PyObject *main_mod= NULL;
|
||||
|
||||
Reference in New Issue
Block a user