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

Michel Selten bf-committers@blender.org
Tue, 8 Apr 2003 21:54:15 +0200 (CEST)


michel (Michel Selten) 2003/04/08 21:54:15 CEST

  Modified files:
    blender/source/blender/python BPY_interface.c 
    blender/source/blender/python/api2_2x Blender.c Camera.c 
                                          Makefile.am gen_utils.c 
                                          gen_utils.h modules.h 
  Added files:
    blender/source/blender/python/api2_2x Camera.h Image.c Image.h 
                                          Lamp.c Lamp.h constant.c 
                                          constant.h 
  
  Log:
  The following updates have been contributed by Willian P. Germano:
  * Implemented BPY_end_python function.
  * Implemented error handling. This results in rerunning a script after an
    error has occurred. No need to restart blender anymore.
  * Camera module supports dir()
  * variable assignment now calls the Python equivalent function - this has
    type checking and should be safer now.
  * Implemented the Lamp module. Used the Camera module as a template.
  * Implemented the Image module.
  * Added EXPP_ClampFloat and EXPP_intError functions to gen_utils.[ch]
  * Implemented 'constant' object.
  
  Revision  Changes    Path
  1.5       +23 -3     blender/source/blender/python/BPY_interface.c
  1.6       +3 -1      blender/source/blender/python/api2_2x/Blender.c
  1.2       +850 -208  blender/source/blender/python/api2_2x/Camera.c
  1.6       +7 -0      blender/source/blender/python/api2_2x/Makefile.am
  1.4       +18 -1     blender/source/blender/python/api2_2x/gen_utils.c
  1.4       +2 -0      blender/source/blender/python/api2_2x/gen_utils.h
  1.5       +8 -1      blender/source/blender/python/api2_2x/modules.h