- 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.
This commit is contained in:
2010-06-15 12:06:30 +00:00
parent 9a5e5033a2
commit 927aac74ab
2 changed files with 100 additions and 0 deletions

View File

@@ -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")