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-12-03 06:26:13 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-12-03 06:26:13 +0400
commit61da29996a99b690a89f00418f0ef05a27524a2f (patch)
treeacd0b684def910a187c6e063f68707f33ff5e18b /doc/python_api
parent11e87d118ee157537fb3f107227563c279ffaea6 (diff)
fix own mistake with recent commit to skip calculating tessface. If you were already in editmode the tessfaces wouldn't get recalculated.
also minor edits to bmesh rst.
Diffstat (limited to 'doc/python_api')
-rw-r--r--doc/python_api/rst/include__bmesh.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/python_api/rst/include__bmesh.rst b/doc/python_api/rst/include__bmesh.rst
index a55bf71b60f..d804b889e20 100644
--- a/doc/python_api/rst/include__bmesh.rst
+++ b/doc/python_api/rst/include__bmesh.rst
@@ -4,6 +4,13 @@
./blender.bin -b -noaudio -P doc/python_api/sphinx_doc_gen.py -- --partial bmesh* ; cd doc/python_api ; sphinx-build sphinx-in sphinx-out ; cd ../../
+Submodules:
+
+* :mod:`bmesh.ops`
+* :mod:`bmesh.types`
+* :mod:`bmesh.utils`
+
+
Intro
-----