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-10 01:23:15 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-10 01:23:15 +0400
commit4dc35836addfcdc888c2e9e6129eb8a3604efa9b (patch)
tree610b2b4d0a71e507c9db5a75ca42775d52718116 /source/blender/python/bmesh/bmesh_py_api.c
parent4908ded53436992412d1dfccd13b0716054341be (diff)
code cleanup: remove unused variable assignents and added bmesh submodule links, doc correction reported by dfelinto.
Diffstat (limited to 'source/blender/python/bmesh/bmesh_py_api.c')
-rw-r--r--source/blender/python/bmesh/bmesh_py_api.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/source/blender/python/bmesh/bmesh_py_api.c b/source/blender/python/bmesh/bmesh_py_api.c
index 375e7cfae14..77b19026501 100644
--- a/source/blender/python/bmesh/bmesh_py_api.c
+++ b/source/blender/python/bmesh/bmesh_py_api.c
@@ -81,7 +81,13 @@ static struct PyMethodDef BPy_BM_methods[] = {
};
PyDoc_STRVAR(BPy_BM_doc,
-"This module provides access to blenders bmesh data structures."
+"This module provides access to blenders bmesh data structures.\n"
+"\n"
+"\n"
+"Submodules:\n"
+"\n"
+"* :mod:`bmesh.utils`\n"
+"* :mod:`bmesh.types`\n"
);
static struct PyModuleDef BPy_BM_module_def = {
PyModuleDef_HEAD_INIT,