Blender Git Loki
Git Commits -> Revision 2a43932
Revision 2a43932 by Peter Schlaile (master) December 19, 2007, 23:14 (GMT) |
== Imbuf == The TIFF reader did error handling with assert which is a pretty bad idea (tm). This fixes the assert-crash, that the TIFF reader triggers, if one tries to open a RAW-DV file within the compositor. (File extension is only two characters long, which is enough for an assert... EVEN IF IT ISN'T A TIFF FILE, WE ARE GOING TO OPEN. GRMBL) Removed all other assertions and added proper error handling. (using STDERR, where it belongs.) |
Commit Details:
Full Hash: 2a43932a74586ea5c88637d423e93ffb350d4074
SVN Revision: 12951
Parent Commit: 361d232
Lines Changed: +39, -21
1 Modified Path:
/source/blender/imbuf/intern/tiff.c (+39, -21) (Diff)