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

Stephen Swaney sswaney at centurytel.net
Mon Jan 29 02:27:07 CET 2007


stiv (Stephen Swaney) 2007/01/29 02:27:07 CET

  Modified files:
    blender/source/blender/python BPY_interface.c 
    blender/source/blender/python/api2_2x Window.c 
  
  Log:
  Bugfix for #5846 erratic error with in "ob.getData(mesh=1)"
  
  It looks like the changes for bug
    #5000 Changin EditMode in Script wrecks memory
  break the python interpreter.
  
  Since this is critical, I have #ifdef'ed those out of
  BPY_interface.c and Window.c.  Did not touch Armature.c.
  The ifdefs are tagged with /* bug 5000 */
  
  This means bug #5000 is back in play.  Interesting to note
  that according to #5846, only scripts run from the script menu
  and not via Alt-P were broken.
  
  Revision  Changes    Path
  1.92      +4 -1      blender/source/blender/python/BPY_interface.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/BPY_interface.c.diff?r1=1.91&r2=1.92&cvsroot=bf-blender>
  1.45      +12 -3     blender/source/blender/python/api2_2x/Window.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Window.c.diff?r1=1.44&r2=1.45&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list