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:
2011-02-27 07:49:36 +00:00
parent f01261d040
commit 065a7f4e2f
7 changed files with 186 additions and 212 deletions

View File

@@ -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 {