Blender Git Commit Log

Git Commits -> Revision 382297b

Revision 382297b by Willian Padovani Germano (master)
April 24, 2004, 20:04 (GMT)
BPython:
- 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.

Commit Details:

Full Hash: 382297b68753b1d17d6e57846206d086fde251b0
SVN Revision: 2395
Parent Commit: e5e4c0f
Lines Changed: +706, -172

2 Added Paths:

/source/blender/python/api2_2x/doc/Library.py (+110, -0) (View)
/source/blender/python/api2_2x/Library.c (+360, -0) (View)

11 Modified Paths:

/source/blender/blenloader/BLO_readfile.h (+1, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+40, -8) (Diff)
/source/blender/python/api2_2x/Blender.c (+155, -154) (Diff)
/source/blender/python/api2_2x/Blender.h (+10, -10) (Diff)
/source/blender/python/api2_2x/doc/Blender.py (+1, -0) (Diff)
/source/blender/python/api2_2x/doc/Sys.py (+10, -0) (Diff)
/source/blender/python/api2_2x/Makefile (+1, -0) (Diff)
/source/blender/python/api2_2x/modules.h (+1, -0) (Diff)
/source/blender/python/api2_2x/Sys.c (+8, -0) (Diff)
/source/blender/python/api2_2x/Sys.h (+7, -0) (Diff)
/source/blender/python/SConscript (+2, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021