Merged changes in the trunk up to revision 49986.

This commit is contained in:
Tamito Kajiyama
2012-08-18 15:20:35 +00:00
346 changed files with 4092 additions and 76123 deletions

View File

@@ -420,7 +420,7 @@ static PyObject *bpy_bmesh_fmod_getattro(PyObject *UNUSED(self), PyObject *pynam
}
PyErr_Format(PyExc_AttributeError,
"BMeshOpsModule: , operator \"%.200s\" doesn't exist",
"BMeshOpsModule: operator \"%.200s\" doesn't exist",
name);
return NULL;
}