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-05 05:02:41 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-12-05 05:02:41 +0400
commitaf51827dda90e5402d9e4a476a8ada3f422dda13 (patch)
treef32031e74d0c7ddae6b13fd4a5f11e7cfc536000 /doc/python_api/sphinx_doc_gen.py
parentb095c31c87e86b8e27d9431c1a4bbd2b7dee977f (diff)
add a message when solidify is used with only-edges, this isn't properly supported.
also minor edits to py-api-ref -- This line, and those below, will be ignored-- M doc/python_api/sphinx_doc_gen.py M doc/python_api/rst/include__bmesh.rst M source/blender/modifiers/intern/MOD_solidify.c
Diffstat (limited to 'doc/python_api/sphinx_doc_gen.py')
-rw-r--r--doc/python_api/sphinx_doc_gen.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py
index 1814261fc71..1a1a4bf909b 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -1538,8 +1538,8 @@ def write_rst_contents(basepath):
"mathutils", "mathutils.geometry", "mathutils.noise",
# misc
"bgl", "blf", "gpu", "aud", "bpy_extras",
- # bmesh
- "bmesh", "bmesh.types", "bmesh.utils", "bmesh.ops",
+ # bmesh, submodules are in own page
+ "bmesh",
)
for mod in standalone_modules: