[Bf-blender-cvs] CVS commit: blender/source/blender/blenlib BLI_blenlib.h blender/source/blender/blenlib/intern fileops.c blender/source/blender/render/intern/source pipeline.c

Ton Roosendaal ton at blender.org
Mon Jun 19 15:53:01 CEST 2006


ton (Ton Roosendaal) 2006/06/19 15:53:00 CEST

  Modified files:
    blender/source/blender/blenlib BLI_blenlib.h 
    blender/source/blender/blenlib/intern fileops.c 
    blender/source/blender/render/intern/source pipeline.c 
  
  Log:
  Bugfix #4363
  
  In windows, without temp path set, the 'save buffers' render option crashes.
  
  I've coded a blenlib BLI_is_writable(char *filename) to check for such
  cases. This is not much needed in Blender, since the open() command is
  checked for. However, file saving happens deep inside the C++ exr lib, and
  it throws an exception crash when a file cannot be written.
  
  Revision  Changes    Path
  1.19      +3 -3      blender/source/blender/blenlib/BLI_blenlib.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenlib/BLI_blenlib.h.diff?r1=1.18&r2=1.19&cvsroot=bf-blender>
  1.9       +16 -1     blender/source/blender/blenlib/intern/fileops.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenlib/intern/fileops.c.diff?r1=1.8&r2=1.9&cvsroot=bf-blender>
  1.72      +14 -1     blender/source/blender/render/intern/source/pipeline.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/render/intern/source/pipeline.c.diff?r1=1.71&r2=1.72&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list