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
path: root/doc
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2018-08-14 00:31:30 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2018-08-14 03:51:30 +0300
commit27be340616c6e33dd2f6466eebf83d0fb647fdf5 (patch)
tree1be42a8206560bd03ebf7c9419f7238e65a6829b /doc
parentbee348a388b8ae50c84272906111018512c5756c (diff)
PyAPI Docs: Remove large note about changing modules
These are stable now. We may want another note about new 2.8 modules
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/sphinx_doc_gen.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py
index beeb4e1d376..443ec514e1d 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -1778,22 +1778,6 @@ def write_rst_contents(basepath):
fw(" :maxdepth: 1\n\n")
fw(" change_log.rst\n\n")
- fw("\n")
- fw("\n")
- fw(".. note:: The Blender Python API has areas which are still in development.\n")
- fw(" \n")
- fw(" The following areas are subject to change.\n")
- fw(" * operator behavior, names and arguments\n")
- fw(" * mesh creation and editing functions\n")
- fw(" \n")
- fw(" These parts of the API are relatively stable and are unlikely to change significantly\n")
- fw(" * data API, access to attributes of Blender data such as mesh verts, material color,\n")
- fw(" timeline frames and scene objects\n")
- fw(" * user interface functions for defining buttons, creation of menus, headers, panels\n")
- fw(" * render engine integration\n")
- fw(" * modules: bgl & mathutils\n")
- fw("\n")
-
file.close()