[Bf-committers] CVS commit: blender/source/blender/python/api2_2x BGL.c BGL.h Draw.c Draw.h EXPP_interface.c EXPP_interface.h Window.c Window.h Blender.c Camera.c Camera.h Image.c Image.h Lamp.c Lamp.h Makefile.am gen_utils.c gen_utils.h modules.h

Willian Padovani Germano bf-committers@blender.org
Thu, 8 May 2003 05:06:55 +0200 (CEST)


ianwill (Willian Padovani Germano) 2003/05/08 05:06:55 CEST

  Modified files:
    blender/source/blender/python/api2_2x Blender.c Camera.c 
                                          Camera.h Image.c Image.h 
                                          Lamp.c Lamp.h 
                                          Makefile.am gen_utils.c 
                                          gen_utils.h modules.h 
  Added files:
    blender/source/blender/python/api2_2x BGL.c BGL.h Draw.c 
                                          Draw.h EXPP_interface.c 
                                          EXPP_interface.h 
                                          Window.c Window.h 
  
  Log:
  * Added submodule Window, including FileSelector and ImageSelector:
      Most of the code comes from bpython/intern/opy_window.c, but two
      new functions were added, to access the file and image selector
      windows in Blender.
  
  * Added submodules Draw (gui) and BGL (OpenGL wrapper):
      The code comes from bpython/intern/opy_draw.c, with minor changes
      to integrate it in the new implementation.
  
  * Made changes to Camera, Lamp and Image submodules:
      The implementation was improved. These files should be good
      starting points for interested new coders to look at, now.
  
  * Renamed interface.[ch] to EXPP_interface.[ch] to avoid conflict:
      There is another interface.h file in source/blender/include.
  
  Revision  Changes    Path
  1.8       +5 -2      blender/source/blender/python/api2_2x/Blender.c
  1.3       +188 -587  blender/source/blender/python/api2_2x/Camera.c
  1.2       +0 -2      blender/source/blender/python/api2_2x/Camera.h
  1.2       +125 -241  blender/source/blender/python/api2_2x/Image.c
  1.2       +7 -8      blender/source/blender/python/api2_2x/Image.h
  1.2       +512 -901  blender/source/blender/python/api2_2x/Lamp.c
  1.2       +44 -34    blender/source/blender/python/api2_2x/Lamp.h
  1.9       +30 -22    blender/source/blender/python/api2_2x/Makefile.am
  1.5       +13 -2     blender/source/blender/python/api2_2x/gen_utils.c
  1.5       +5 -3      blender/source/blender/python/api2_2x/gen_utils.h
  1.7       +8 -8      blender/source/blender/python/api2_2x/modules.h