[Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x bpy_types.h BGL.c Blender.c Blender.h Camera.c Camera.h Draw.c Image.c Lamp.c Lamp.h Makefile.am Material.c Material.h NMesh.c Scene.c Text.c Types.c Window.c Window.h modules.h rgbTuple.c rgbTuple.h ...

Willian Padovani Germano wgermano at ig.com.br
Tue Jun 24 09:21:20 CEST 2003


ianwill (Willian Padovani Germano) 2003/06/24 09:21:20 CEST

  Modified files:
    blender/source/blender/python/api2_2x BGL.c Blender.c 
                                          Blender.h Camera.c 
                                          Camera.h Draw.c Image.c 
                                          Lamp.c Lamp.h 
                                          Makefile.am Material.c 
                                          Material.h NMesh.c 
                                          Scene.c Text.c Types.c 
                                          Window.c Window.h 
                                          modules.h rgbTuple.c 
                                          rgbTuple.h 
    blender/source/blender/python/api2_2x/doc Camera.py 
  Added files:
    blender/source/blender/python/api2_2x bpy_types.h 
    blender/source/blender/python/api2_2x/doc Blender.py Lamp.py 
                                              testcamera.py 
  
  Log:
  * Added more doc files for epydoc and a test for the camera module.
  * Moved public declarations in camera and lamp to a new file: bpy_types.h.
  * Fixed minor bugs in material, rgbTuple and Lamp + other minor changes.
  * Made part of the changes to conform to decided naming conventions.
  
  Revision  Changes    Path
  1.8       +1 -1      blender/source/blender/python/api2_2x/BGL.c
  1.21      +11 -11    blender/source/blender/python/api2_2x/Blender.c
  1.4       +1 -1      blender/source/blender/python/api2_2x/Blender.h
  1.14      +9 -423    blender/source/blender/python/api2_2x/Camera.c
  1.14      +134 -15   blender/source/blender/python/api2_2x/Camera.h
  1.8       +1 -1      blender/source/blender/python/api2_2x/Draw.c
  1.10      +2 -2      blender/source/blender/python/api2_2x/Image.c
  1.14      +105 -75   blender/source/blender/python/api2_2x/Lamp.c
  1.10      +62 -106   blender/source/blender/python/api2_2x/Lamp.h
  1.20      +2 -1      blender/source/blender/python/api2_2x/Makefile.am
  1.5       +303 -339  blender/source/blender/python/api2_2x/Material.c
  1.5       +4 -4      blender/source/blender/python/api2_2x/Material.h
  1.10      +3 -3      blender/source/blender/python/api2_2x/NMesh.c
  1.5       +2 -279    blender/source/blender/python/api2_2x/Scene.c
  1.7       +2 -2      blender/source/blender/python/api2_2x/Text.c
  1.4       +2 -2      blender/source/blender/python/api2_2x/Types.c
  1.4       +5 -5      blender/source/blender/python/api2_2x/Window.c
  1.3       +6 -4      blender/source/blender/python/api2_2x/Window.h
  1.22      +12 -12    blender/source/blender/python/api2_2x/modules.h
  1.4       +39 -40    blender/source/blender/python/api2_2x/rgbTuple.c
  1.2       +4 -4      blender/source/blender/python/api2_2x/rgbTuple.h
  1.2       +32 -33    blender/source/blender/python/api2_2x/doc/Camera.py



More information about the Bf-blender-cvs mailing list