[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

Daniel Dunbar bf-committers@blender.org
Tue, 18 Mar 2003 15:15:30 -0800 (PST)


Shouldn't the guardedalloc include be the one in lib/guardedalloc
not intern?

--- Michel Selten <michel.s@home.nl> wrote:
> 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
> _______________________________________________
> Bf-committers mailing list
> Bf-committers@blender.org
> http://www.blender.org/mailman/listinfo/bf-committers


=====
daniel dunbar
daniel@zuster.org