Blender Git Loki
Git Commits -> Revision bdffe19
December 9, 2004, 13:09 (GMT) |
This fixes bug #1990 It moves targa, bmp, iris and png loading so that were not opening 2 file handles for each file, and made them like the jpeg stuff. Also cleaned up some minor other stuff. Kent |
Commit Details:
Full Hash: bdffe196afee7ea2cd5bbdffa3514b4ae2b68196
SVN Revision: 3622
Parent Commit: eae5d39
Lines Changed: +32, -122
9 Modified Paths:
/source/blender/imbuf/intern/bmp.c (+2, -6) (Diff)
/source/blender/imbuf/intern/IMB_bmp.h (+1, -1) (Diff)
/source/blender/imbuf/intern/IMB_iris.h (+1, -1) (Diff)
/source/blender/imbuf/intern/IMB_png.h (+1, -1) (Diff)
/source/blender/imbuf/intern/IMB_targa.h (+1, -1) (Diff)
/source/blender/imbuf/intern/iris.c (+5, -60) (Diff)
/source/blender/imbuf/intern/png.c (+2, -6) (Diff)
/source/blender/imbuf/intern/targa.c (+6, -8) (Diff)
/source/blender/imbuf/intern/writeimage.c (+13, -38) (Diff)
/source/blender/imbuf/intern/IMB_bmp.h (+1, -1) (Diff)
/source/blender/imbuf/intern/IMB_iris.h (+1, -1) (Diff)
/source/blender/imbuf/intern/IMB_png.h (+1, -1) (Diff)
/source/blender/imbuf/intern/IMB_targa.h (+1, -1) (Diff)
/source/blender/imbuf/intern/iris.c (+5, -60) (Diff)
/source/blender/imbuf/intern/png.c (+2, -6) (Diff)
/source/blender/imbuf/intern/targa.c (+6, -8) (Diff)
/source/blender/imbuf/intern/writeimage.c (+13, -38) (Diff)