== Imbuf ==
commitf13d28ec3a635153032873a201f4b76a7bdbb412
authorDiego Hernan Borghetti <bdiego@gmail.com>
Thu, 20 Dec 2007 22:19:19 +0000 (20 19:19 -0300)
committerDiego Hernan Borghetti <bdiego@gmail.com>
Thu, 20 Dec 2007 22:42:26 +0000 (20 19:42 -0300)
tree1b13086dd0f1ba3fa5c3985343d73cbfe303ce9f
parentbadb7b9598bc43ac73e5107131973fe0c0aef0cc
== 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>
source/blender/imbuf/intern/tiff.c