From 27be340616c6e33dd2f6466eebf83d0fb647fdf5 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Mon, 13 Aug 2018 17:31:30 -0400 Subject: PyAPI Docs: Remove large note about changing modules These are stable now. We may want another note about new 2.8 modules --- doc/python_api/sphinx_doc_gen.py | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'doc/python_api') 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() -- cgit v1.2.3