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