This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender
Ton Roosendaal 36bedb3d7e 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.
2006-06-19 13:53:00 +00:00
..
2006-06-19 13:53:00 +00:00
2006-06-19 12:29:35 +00:00
2006-05-25 15:36:38 +00:00
2006-06-10 19:56:28 +00:00
2006-02-04 14:15:10 +00:00
2006-02-07 21:24:36 +00:00
2006-06-19 13:53:00 +00:00
2006-01-23 22:05:47 +00:00
2006-03-12 15:23:56 +00:00