[Bf-committers] CVS commit: blender/source/blender/python/api2_2x Material.c Material.h Types.c Types.h BGL.c BGL.h Blender.c Camera.h Image.h Lamp.c Lamp.h Makefile.am Object.c Object.h Text.h constant.c constant.h gen_utils.h modules.h rgbTuple.c vector.c

Willian Padovani Germano bf-committers@blender.org
Wed, 28 May 2003 06:36:31 +0200 (CEST)


ianwill (Willian Padovani Germano) 2003/05/28 06:36:31 CEST

  Modified files:
    blender/source/blender/python/api2_2x BGL.c BGL.h Blender.c 
                                          Camera.h Image.h Lamp.c 
                                          Lamp.h Makefile.am 
                                          Object.c Object.h Text.h 
                                          constant.c constant.h 
                                          gen_utils.h modules.h 
                                          rgbTuple.c vector.c 
  Added files:
    blender/source/blender/python/api2_2x Material.c Material.h 
                                          Types.c Types.h 
  
  Log:
  * Added submodule Blender.Material
  * Added submodule Blender.Types:
      Blender Type definitions can't be static anymore.
  * Some cleanup of now unused defines in Camera.h and Lamp.h
  
  Revision  Changes    Path
  1.4       +2 -2      blender/source/blender/python/api2_2x/BGL.c
  1.3       +14 -14    blender/source/blender/python/api2_2x/BGL.h
  1.15      +136 -134  blender/source/blender/python/api2_2x/Blender.c
  1.7       +2 -8      blender/source/blender/python/api2_2x/Camera.h
  1.7       +1 -1      blender/source/blender/python/api2_2x/Image.h
  1.9       +100 -76   blender/source/blender/python/api2_2x/Lamp.c
  1.8       +5 -19     blender/source/blender/python/api2_2x/Lamp.h
  1.14      +5 -1      blender/source/blender/python/api2_2x/Makefile.am
  1.10      +6 -6      blender/source/blender/python/api2_2x/Object.c
  1.5       +1 -1      blender/source/blender/python/api2_2x/Object.h
  1.5       +1 -1      blender/source/blender/python/api2_2x/Text.h
  1.4       +2 -3      blender/source/blender/python/api2_2x/constant.c
  1.4       +2 -1      blender/source/blender/python/api2_2x/constant.h
  1.7       +4 -4      blender/source/blender/python/api2_2x/gen_utils.h
  1.13      +6 -0      blender/source/blender/python/api2_2x/modules.h
  1.2       +1 -1      blender/source/blender/python/api2_2x/rgbTuple.c
  1.2       +3 -3      blender/source/blender/python/api2_2x/vector.c