[Bf-blender-cvs] [27be340616c] blender2.8: PyAPI Docs: Remove large note about changing modules

Aaron Carlisle noreply at git.blender.org
Tue Aug 14 02:53:59 CEST 2018


Commit: 27be340616c6e33dd2f6466eebf83d0fb647fdf5
Author: Aaron Carlisle
Date:   Mon Aug 13 17:31:30 2018 -0400
Branches: blender2.8
https://developer.blender.org/rB27be340616c6e33dd2f6466eebf83d0fb647fdf5

PyAPI Docs: Remove large note about changing modules

These are stable now. We may want another note about
new 2.8 modules

===================================================================

M	doc/python_api/sphinx_doc_gen.py

===================================================================

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()



More information about the Bf-blender-cvs mailing list