[Bf-committers] Re: [Bf-blender-cvs] CVS commit: blender/source/blender/blenkernel/intern text.c blender/source/blender/include BIF_editaction.h blender/source/blender/python/api2_2x Main.c Text.c blender/source/blender/python/api2_2x/doc Text.py blender/source/blender/src editaction.c editconstraint.c editipo.c ...

Joe Eagar joeedh at gmail.com
Mon Mar 12 09:37:20 CET 2007


Campbell Barton wrote:
> campbellbarton (Campbell Barton) 2007/03/12 07:21:59 CET
>
>   Modified files:
>     blender/source/blender/blenkernel/intern text.c 
>     blender/source/blender/include BIF_editaction.h 
>     blender/source/blender/python/api2_2x Main.c Text.c 
>     blender/source/blender/python/api2_2x/doc Text.py 
>     blender/source/blender/src editaction.c editconstraint.c 
>                                editipo.c editnla.c header_ipo.c 
>                                headerbuttons.c 
>                                transform_conversions.c 
>   
>   Log:
>   python api
>   removed most custom add_*data* wrappers from Main.c
>   removed makeCurrent() from Text.c (was never in a release), use "bpy.texts.active = text" now
>   clamp new image sizes
>   made add_empty_action accept a string rather then a blocktype since the blocktype was only being used to choose one of 3 strings anyway.
>   
>   
How does that work?  The active text is per-area.  Does this just set 
all text areas to use this text?
Perhaps this should be part of a possible space area api.

Joe


More information about the Bf-committers mailing list