parts of the Python API are unstable, big discalmer in API docs main page, API Docs title and interactive console banner.

This commit is contained in:
Campbell Barton
2010-03-01 10:34:54 +00:00
parent b55774aebe
commit d975351f51
2 changed files with 24 additions and 8 deletions

View File

@@ -192,6 +192,7 @@ def banner(context):
add_scrollback("Ctrl +/- Wheel: Zoom", 'OUTPUT')
add_scrollback("Builtin Modules: bpy, bpy.data, bpy.ops, bpy.props, bpy.types, bpy.context, bgl, blf, Mathutils, Geometry", 'OUTPUT')
add_scrollback("", 'OUTPUT')
add_scrollback(" WARNING!!! Blender 2.5 API is subject to change, see API reference for more info.", 'ERROR')
add_scrollback("", 'OUTPUT')
sc.prompt = PROMPT