[Bf-blender-cvs] CVS commit: blender/source/blender/blenloader BLO_readfile.h blender/source/blender/blenloader/intern readfile.c blender/source/blender/python SConscript blender/source/blender/python/api2_2x Library.c Blender.c Blender.h Makefile Sys.c Sys.h modules.h ...

Willian Padovani Germano wgermano at ig.com.br
Sat Apr 24 22:04:37 CEST 2004


ianwill (Willian Padovani Germano) 2004/04/24 22:04:37 CEST

  Modified files:
    blender/source/blender/blenloader BLO_readfile.h 
    blender/source/blender/blenloader/intern readfile.c 
    blender/source/blender/python SConscript 
    blender/source/blender/python/api2_2x Blender.c Blender.h 
                                          Makefile Sys.c Sys.h 
                                          modules.h 
    blender/source/blender/python/api2_2x/doc Blender.py Sys.py 
  Added files:
    blender/source/blender/python/api2_2x Library.c 
    blender/source/blender/python/api2_2x/doc Library.py 
  
  Log:
  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.
  
  Revision  Changes    Path
  1.8       +2 -1      blender/source/blender/blenloader/BLO_readfile.h
  1.55      +41 -9     blender/source/blender/blenloader/intern/readfile.c
  1.14      +2 -0      blender/source/blender/python/SConscript
  1.33      +154 -153  blender/source/blender/python/api2_2x/Blender.c
  1.7       +10 -10    blender/source/blender/python/api2_2x/Blender.h
  1.7       +2 -1      blender/source/blender/python/api2_2x/Makefile
  1.5       +8 -0      blender/source/blender/python/api2_2x/Sys.c
  1.3       +7 -0      blender/source/blender/python/api2_2x/Sys.h
  1.40      +1 -0      blender/source/blender/python/api2_2x/modules.h
  1.18      +1 -0      blender/source/blender/python/api2_2x/doc/Blender.py
  1.2       +10 -0     blender/source/blender/python/api2_2x/doc/Sys.py



More information about the Bf-blender-cvs mailing list