- New module + doc: Blender.Library:
  It's like File->Append, loads datablocks from .blend files.
- small updates to fix warnings and accomodate for the new module, in readfile.[ch]
- New Blender.sys module function: time, a wrapper of the PIL get time function.
- Updated original makefile and scons builds.
This commit is contained in:
2004-04-24 20:04:37 +00:00
parent e5e4c0fc4f
commit 382297b687
13 changed files with 696 additions and 162 deletions

View File

@@ -29,6 +29,7 @@ The Blender Python API Reference
- L{Ipo}
- L{Lamp}
- L{Lattice}
- L{Library}
- L{Material}
- L{Mathutils}
- L{Metaball}