bmesh py api - correct class references in docs and rename mesh conversion funcs to ne less confusing.

This commit is contained in:
2012-03-11 04:07:22 +00:00
parent 21fd09c028
commit 050439fd9d
6 changed files with 36 additions and 36 deletions

View File

@@ -51,8 +51,8 @@
PyDoc_STRVAR(bpy_bm_new_doc,
".. method:: new()\n"
"\n"
" :return: Retyrn a new, empty mesh.\n"
" :rtype: :class:`BMesh`\n"
" :return: Return a new, empty BMesh.\n"
" :rtype: :class:`bmesh.types.BMesh`\n"
);
static PyObject *bpy_bm_new(PyObject *UNUSED(self))