This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender
Ton Roosendaal 1ce6c22f27 Bugfix #4649
Three issues:
- When saving a file, without extension added, and no filename provided,
  the saving code received the directory name only. That's a potential
  danger of getting directories deleted.
  Added in the saveover() function a check for this, and return an error
  when you try to save over a directory.

- Screendump did not add file extensions yet, when indicated todo so.

- Screendump code was duplicating all image type cases, whilst we have a
  nice BKE_write_ibuf() call for that now. (Bug was that this code did not
  check for BMP, saving the file in default format.)
2006-07-09 13:00:41 +00:00
..
2006-07-09 11:54:41 +00:00
2006-05-25 15:36:38 +00:00
2006-07-06 20:52:03 +00:00
2006-02-04 14:15:10 +00:00
1)
2006-07-08 13:18:57 +00:00
2006-07-02 18:26:20 +00:00
2006-07-08 20:40:41 +00:00
2006-02-07 21:24:36 +00:00
2006-07-09 11:54:41 +00:00
2006-07-09 13:00:41 +00:00
2006-01-23 22:05:47 +00:00
2006-03-12 15:23:56 +00:00