[Bf-python] 2 interface violations ...

Chris Want cwant at ualberta.ca
Thu Nov 11 15:31:16 CET 2004


For the most part calls to the python stuff
from outside of source/blender/python have
all gone through the wrapper functions in
the 2 files BPY_interface.c and BPY_menus.c.

There are two exceptions from this convention:
BPY_spacescript_do_pywin_draw() and
BPY_spacescript_do_pywin_event(), which are
both in source/blender/python/api2_2x/Draw.c.

Maybe these should either be moved to
BPY_interface.c, or wrapper functions should
be created for them?

Chris

P.S. I wish the game engine python stuff
wasn't spread out all over the place in
source/gameengine -- yuck!




More information about the Bf-python mailing list