Commit: 9a0673a5d4887aafae5a4d29c10c02a5926476f9 Author: Aaron Carlisle Date: Wed Jun 14 15:22:26 2017 -0400 Branches: master https://developer.blender.org/rB9a0673a5d4887aafae5a4d29c10c02a5926476f9
Fix missing toctree for bmesh submodules =================================================================== M doc/python_api/rst/include__bmesh.rst =================================================================== diff --git a/doc/python_api/rst/include__bmesh.rst b/doc/python_api/rst/include__bmesh.rst index 83e3e73cea4..d9d65169a80 100644 --- a/doc/python_api/rst/include__bmesh.rst +++ b/doc/python_api/rst/include__bmesh.rst @@ -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. _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
