Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-03-11 08:07:22 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-11 08:07:22 +0400
commit050439fd9dcf3b7e79bae1fd409364cb1220e598 (patch)
treeb59ed06999d7eb987fd0e161a831bf2cfa2eb688 /source/blender/python/bmesh/bmesh_py_api.c
parent21fd09c028dce833f58cdaa8a1ff45876a5e5a2f (diff)
bmesh py api - correct class references in docs and rename mesh conversion funcs to ne less confusing.
Diffstat (limited to 'source/blender/python/bmesh/bmesh_py_api.c')
-rw-r--r--source/blender/python/bmesh/bmesh_py_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/python/bmesh/bmesh_py_api.c b/source/blender/python/bmesh/bmesh_py_api.c
index 280bab26c4b..51c4acda45e 100644
--- a/source/blender/python/bmesh/bmesh_py_api.c
+++ b/source/blender/python/bmesh/bmesh_py_api.c
@@ -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))