From 927aac74ab5fa1326faa33c41b967e550088d5d5 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 15 Jun 2010 12:06:30 +0000 Subject: - module for reading blend start/end frames and scene name (useful for finding the total frame count without loading a blend file) - added render api as unstable to the docs. --- source/blender/python/doc/sphinx_doc_gen.py | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/python/doc/sphinx_doc_gen.py') diff --git a/source/blender/python/doc/sphinx_doc_gen.py b/source/blender/python/doc/sphinx_doc_gen.py index 4640ba4c1ef..3b0b9f60795 100644 --- a/source/blender/python/doc/sphinx_doc_gen.py +++ b/source/blender/python/doc/sphinx_doc_gen.py @@ -331,6 +331,7 @@ def rna2sphinx(BASEPATH): fw(" \n") fw(" The following areas are subject to change.\n") fw(" * operator names and arguments\n") + fw(" * render api\n") fw(" * function calls with the data api (any function calls with values accessed from bpy.data), including functions for importing and exporting meshes\n") fw(" * class registration (Operator, Panels, Menus, Headers)\n") fw(" * modules: bpy.props, blf)\n") -- cgit v1.2.3