Blender Git Commit Log

Git Commits -> Revision 36bedb3

Revision 36bedb3 by Ton Roosendaal (master)
June 19, 2006, 13:53 (GMT)
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.

Commit Details:

Full Hash: 36bedb3d7e1f5cd2ec6ccc6ecd8fb9ef30ef3f91
SVN Revision: 7792
Parent Commit: 0344981
Lines Changed: +30, -2

3 Modified Paths:

/source/blender/blenlib/BLI_blenlib.h (+1, -1) (Diff)
/source/blender/blenlib/intern/fileops.c (+15, -0) (Diff)
/source/blender/render/intern/source/pipeline.c (+14, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021