[Bf-committers] CVS commit: blender/source/blender/python BPY_interface.c Makefile.am blender/source/blender/python/api2_2x Blender.c Object.c gen_utils.c gen_utils.h interface.c interface.h

Michel Selten bf-committers@blender.org
Tue, 18 Mar 2003 21:21:27 +0100 (CET)


michel (Michel Selten) 2003/03/18 21:21:27 CET

  Modified files:
    blender/source/blender/python BPY_interface.c Makefile.am 
    blender/source/blender/python/api2_2x Blender.c Object.c 
                                          gen_utils.c gen_utils.h 
                                          interface.c interface.h 
  
  Log:
  * Moved the code to retrieve an object by name to a seperate function in
    gen_utils.c (GetObjectByName).
  * Blender.link, Blender.bylink and Blender.event should work. Somehow the
    only event coming through now is only REDRAW.
  * Added include path to /intern/guardedalloc
  
  Michel
  
  Revision  Changes    Path
  1.3       +51 -50    blender/source/blender/python/BPY_interface.c
  1.4       +1 -0      blender/source/blender/python/Makefile.am
  1.4       +1 -0      blender/source/blender/python/api2_2x/Blender.c
  1.4       +7 -20     blender/source/blender/python/api2_2x/Object.c
  1.3       +48 -0     blender/source/blender/python/api2_2x/gen_utils.c
  1.3       +5 -0      blender/source/blender/python/api2_2x/gen_utils.h
  1.5       +60 -60    blender/source/blender/python/api2_2x/interface.c
  1.3       +1 -1      blender/source/blender/python/api2_2x/interface.h