=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;
|
||||
|
||||
@@ -1116,8 +1116,6 @@ static int pyrna_py_to_prop(PointerRNA *ptr, PropertyRNA *prop, void *data, PyOb
|
||||
int subtype= RNA_property_subtype(prop);
|
||||
if(ELEM3(subtype, PROP_FILEPATH, PROP_DIRPATH, PROP_FILENAME)) {
|
||||
/* TODO, get size */
|
||||
PyObject *PyC_UnicodeAsByte(PyObject *value, PyObject **value_coerce);
|
||||
|
||||
param= PyC_UnicodeAsByte(value, &value_coerce);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user