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
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2016-11-19 00:34:04 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2016-11-19 00:44:05 +0300
commitb6c0edcb0932d7001968dccfa94fce4e71876b06 (patch)
tree470d315c0c729fdc2ab290aeb4ab0e0488b93797
parentb8710e1468a3ce523c35260e47332393e2b967a3 (diff)
Fix T50071: Radience HDR fomat does not support alpha at all.
-rw-r--r--source/blender/blenkernel/intern/image.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/image.c b/source/blender/blenkernel/intern/image.c
index df3a7630bb0..c9bad2160ff 100644
--- a/source/blender/blenkernel/intern/image.c
+++ b/source/blender/blenkernel/intern/image.c
@@ -1244,7 +1244,6 @@ char BKE_imtype_valid_channels(const char imtype, bool write_file)
case R_IMF_IMTYPE_RAWTGA:
case R_IMF_IMTYPE_IRIS:
case R_IMF_IMTYPE_PNG:
- case R_IMF_IMTYPE_RADHDR:
case R_IMF_IMTYPE_TIFF:
case R_IMF_IMTYPE_OPENEXR:
case R_IMF_IMTYPE_MULTILAYER: