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

Willian Padovani Germano wgermano at ig.com.br
Tue Jan 27 10:30:30 CET 2004


ianwill (Willian Padovani Germano) 2004/01/27 10:30:30 CET

  Modified files:
    blender/source/blender/python BPY_interface.c 
  
  Log:
  BPython - two small fixes:
  -- search/remove '\r' from string buffers read from scripts:
      used a fast way: change each '\r' to a space, since it should
      work for scripts and the buffer is only needed for a short while.
  -- added call to clear error indicator before running a script.
      A previous script may set it even on succesful returns.
  
  Revision  Changes    Path
  1.35      +10 -3     blender/source/blender/python/BPY_interface.c



More information about the Bf-blender-cvs mailing list