[Bf-blender-cvs] CVS commit: blender/release/scripts ac3d_export.py blender/source/blender/python BPY_interface.c blender/source/blender/python/api2_2x Draw.c

Willian Padovani Germano wgermano at ig.com.br
Tue Nov 9 15:07:25 CET 2004


ianwill (Willian Padovani Germano) 2004/11/09 15:07:25 CET

  Modified files:
    blender/release/scripts ac3d_export.py 
    blender/source/blender/python BPY_interface.c 
    blender/source/blender/python/api2_2x Draw.c 
  
  Log:
  BPython:
  - Small doc update in a script;
  - Fixed bug #1742:
  http://projects.blender.org/tracker/?func=detail&atid=125&aid=1742&group_id=9
  
  It was an internal error in bpython.  I was using G.main->script.last to find the currently running (if any) script, but this isn't reliable, we must check each open script to find out if one of them has the SCRIPT_RUNNING bitflag set.
  
  Thanks intrr for reporting and blendix for pointing how to reproduce the bug.  From my tests it should be working fine now.
  
  Revision  Changes    Path
  1.9       +7 -6      blender/release/scripts/ac3d_export.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/release/scripts/ac3d_export.py.diff?r1=1.8&r2=1.9&cvsroot=bf-blender>
  1.58      +13 -3     blender/source/blender/python/BPY_interface.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/BPY_interface.c.diff?r1=1.57&r2=1.58&cvsroot=bf-blender>
  1.31      +25 -23    blender/source/blender/python/api2_2x/Draw.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Draw.c.diff?r1=1.30&r2=1.31&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list