Blender Git Commit Log
Git Commits -> Revision 26f0f25
Revision 26f0f25 by Brecht Van Lommel (master) August 12, 2010, 15:15 (GMT) |
Fix #23188: libpng error: Image width or height is zero in IHDR. The file thumbnail generator would write 0x0 size png's to the .thumbnails/fail folder. However libpng throws an error when doing this. Instead we now write 1x1 png's, which nautilus seems to be doing as well. The content shouldn't matter anyway since we won't use it. |
Commit Details:
Full Hash: 26f0f25c5a5a36874b35861da02a68541eda8941
SVN Revision: 31291
Parent Commit: 47f319e
Lines Changed: +2, -2
1 Modified Path:
/source/blender/imbuf/intern/thumbs.c (+2, -2) (Diff)