Fix T50071: Radience HDR fomat does not support alpha at all.

This commit is contained in:
Bastien Montagne 2016-11-18 22:34:04 +01:00
parent b8710e1468
commit b6c0edcb09
Notes: blender-bot 2023-02-14 07:24:35 +01:00
Referenced by issue #50071, Radience HDR fomat alpha
1 changed files with 0 additions and 1 deletions

View File

@ -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: