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

@@ -130,6 +130,8 @@ Example::
@type armatures: L{dataIterator}
@var actions: iterator for L{action<NLA.Action>} data
@type actions: L{dataIterator}
@var libraries: L{New library<LibData>} submodule
@type libraries: L{New library<LibData>}
"""