This commit reverses the OpenEXR specific stuff in the OpenEXR commit I

did last friday.  A patch will be available in the patches tracker
that will have the current stuff there until everything is working.

Kent
This commit is contained in:
2005-03-14 14:56:40 +00:00
parent cce74ab4d0
commit ecf6de151c
19 changed files with 1 additions and 594 deletions

View File

@@ -57,11 +57,6 @@ int BIF_write_ibuf(ImBuf *ibuf, char *name)
else if ((G.scene->r.imtype==R_BMP)) {
ibuf->ftype= BMP;
}
#ifdef WITH_OPENEXR
else if ((G.scene->r.imtype==R_OPENEXR)) {
ibuf->ftype= OPENEXR;
}
#endif
else if ((G.scene->r.imtype==R_TARGA) || (G.scene->r.imtype==R_PNG)) {
// fall back to Targa if PNG writing is not supported
ibuf->ftype= TGA;