Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorMatt Ebb <matt@mke3.net>2008-02-04 03:03:38 +0300
committerMatt Ebb <matt@mke3.net>2008-02-04 03:03:38 +0300
commit5d55228adb707a2e7287a070e4213cc630f58b3b (patch)
treee88b0df38f68b4e13ab6022297fcb1f0d4dcc937 /source
parent0e7bdb959eb694d384a1938d1f580365043c0ed6 (diff)
* Let HDRs get previewed by the image browser too
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/filelist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/filelist.c b/source/blender/src/filelist.c
index 59430ef8778..42940e5be04 100644
--- a/source/blender/src/filelist.c
+++ b/source/blender/src/filelist.c
@@ -723,6 +723,7 @@ void BIF_filelist_setfiletypes(struct FileList* filelist, short has_quicktime)
|| BLI_testextensie(file->relname, ".pntg") //macpaint
|| BLI_testextensie(file->relname, ".qtif")
|| BLI_testextensie(file->relname, ".sgi")
+ || BLI_testextensie(file->relname, ".hdr")
#ifdef WITH_DDS
|| BLI_testextensie(file->relname, ".dds")
#endif
@@ -756,6 +757,7 @@ void BIF_filelist_setfiletypes(struct FileList* filelist, short has_quicktime)
|| BLI_testextensie(file->relname, ".iff")
|| BLI_testextensie(file->relname, ".tif")
|| BLI_testextensie(file->relname, ".tiff")
+ || BLI_testextensie(file->relname, ".hdr")
#ifdef WITH_DDS
|| BLI_testextensie(file->relname, ".dds")
#endif