== 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.)
Path: blender
URL: https://svn.blender.org/svnroot/bf-blender/trunk/blender
Repository Root: https://svn.blender.org/svnroot/bf-blender
Repository UUID:
954f8c5b-7b00-dc11-b283-
0030488c597c
Revision: 12951
Node Kind: directory
Last Changed Author: schlaile
Last Changed Rev: 12951
Last Changed Date: 2007-12-19 20:14:14 -0300 (Wed, 19 Dec 2007)
Signed-off-by: Diego Hernan Borghetti <bdiego@gmail.com>