Fix missing toctree for bmesh submodules

This commit is contained in:
Aaron Carlisle 2017-06-14 15:22:26 -04:00
parent e1983adef4
commit 9a0673a5d4
1 changed files with 9 additions and 6 deletions

View File

@ -7,14 +7,17 @@
Submodules:
* :mod:`bmesh.ops`
* :mod:`bmesh.types`
* :mod:`bmesh.utils`
* :mod:`bmesh.geometry`
.. toctree::
:maxdepth:
bmesh.ops.rst
bmesh.types.rst
bmesh.utils.rst
bmesh.geometry.rst
Intro
-----
Introduction
------------
This API gives access the blenders internal mesh editing api, featuring geometry connectivity data and
access to editing operations such as split, separate, collapse and dissolve.