[Bf-blender-cvs] CVS commit: blender/source/blender/python BPY_interface.c blender/source/blender/python/api2_2x Blender.c EXPP_interface.c EXPP_interface.h

Daniel Dunbar daniel at zuster.org
Tue May 4 16:27:42 CEST 2004


zuster (Daniel Dunbar) 2004/05/04 16:27:42 CEST

  Modified files:
    blender/source/blender/python BPY_interface.c 
    blender/source/blender/python/api2_2x Blender.c 
                                          EXPP_interface.c 
                                          EXPP_interface.h 
  
  Log:
   - fix silly scriptlink running code, pulled out convenient
  	ID_asPyObject and ID_getScriptlinks functions,
  	moved code into BPY_interface.c (where it fit better)
   - EXPP_interface.c is essentially obselete now
   - I didn't test this, I'm sure I broke something, if a Pythonista
  	could comment that would be nice (oh and the maintainer too).
  
  Revision  Changes    Path
  1.42      +72 -29    blender/source/blender/python/BPY_interface.c
  1.35      +7 -0      blender/source/blender/python/api2_2x/Blender.c
  1.11      +3 -139    blender/source/blender/python/api2_2x/EXPP_interface.c
  1.7       +0 -2      blender/source/blender/python/api2_2x/EXPP_interface.h



More information about the Bf-blender-cvs mailing list