Python API

----------
Support for new bpy.libraries module, which is being proposed to replace
the Blender.Library module.
This commit is contained in:
Ken Hughes
2007-03-21 02:23:28 +00:00
parent a6db9c5949
commit 3a834803ef
13 changed files with 1020 additions and 35 deletions

View File

@@ -11,7 +11,9 @@ can append from Blender files to the current scene, like the File->Append
menu entry in Blender does. It allows programmers to use .blend files as
data files for their scripts.
@warn: This is a new, still experimental module.
@warn: This module is being considered for deprecation. Users should
consider using the L{new Library<LibData>} module and stay tuned to see
which module is supported in the end.
Example::
import Blender