[Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x Blender.c Image.c Image.h Makefile.am Material.c Types.c Types.h gen_utils.c gen_utils.h modules.h blender/source/blender/python/api2_2x/doc Blender.py

Willian Padovani Germano wgermano at ig.com.br
Sun Nov 23 18:46:07 CET 2003


ianwill (Willian Padovani Germano) 2003/11/23 18:46:07 CET

  Modified files:
    blender/source/blender/python/api2_2x Blender.c Image.c 
                                          Image.h Makefile.am 
                                          Material.c Types.c 
                                          Types.h gen_utils.c 
                                          gen_utils.h modules.h 
    blender/source/blender/python/api2_2x/doc Blender.py 
  
  Log:
  BPython:
  -- New module: Blender.Texture, by new developer Alex Mole.
  Most of it is done: guess only Ipo, envmap, colorband and plugin were not implemented yet.
  
  Revision  Changes    Path
  1.26      +1 -0      blender/source/blender/python/api2_2x/Blender.c
  1.15      +9 -0      blender/source/blender/python/api2_2x/Image.c
  1.12      +2 -1      blender/source/blender/python/api2_2x/Image.h
  1.26      +4 -0      blender/source/blender/python/api2_2x/Makefile.am
  1.17      +102 -1    blender/source/blender/python/api2_2x/Material.c
  1.8       +3 -1      blender/source/blender/python/api2_2x/Types.c
  1.5       +3 -1      blender/source/blender/python/api2_2x/Types.h
  1.11      +68 -1     blender/source/blender/python/api2_2x/gen_utils.c
  1.11      +17 -2     blender/source/blender/python/api2_2x/gen_utils.h
  1.35      +3 -0      blender/source/blender/python/api2_2x/modules.h
  1.13      +1 -0      blender/source/blender/python/api2_2x/doc/Blender.py



More information about the Bf-blender-cvs mailing list