Merge branch 'master' into blender2.8

This commit is contained in:
2017-06-14 22:39:33 +02:00
80 changed files with 193 additions and 178 deletions
+9
View File
@@ -4,6 +4,15 @@ Application Data (bge.app)
Module to access application values that remain unchanged during runtime.
Submodules:
.. toctree::
:maxdepth: 1
bpy.app.handlers.rst
bpy.app.translations.rst
.. module:: bge.app
.. data:: version
+9 -6
View File
@@ -7,14 +7,17 @@
Submodules:
* :mod:`bmesh.ops`
* :mod:`bmesh.types`
* :mod:`bmesh.utils`
* :mod:`bmesh.geometry`
.. toctree::
:maxdepth: 1
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.
-2
View File
@@ -1717,8 +1717,6 @@ def write_rst_contents(basepath):
"bpy.utils.previews",
"bpy.path",
"bpy.app",
"bpy.app.handlers",
"bpy.app.translations",
# C modules
"bpy.props",