Fix T46524: Use Alpha (Straight/Premultiply) option missing in 2.76, part II.

Different issue actually, here RAWTGA was simply forgotten in the alpha-capable formats...
This commit is contained in:
Bastien Montagne 2015-10-21 20:06:49 +02:00
parent 729e9651ac
commit c272017868
Notes: blender-bot 2023-02-14 10:37:50 +01:00
Referenced by issue #46524, Use Alpha (Straight/Premultiply) option missing in 2.76
1 changed files with 1 additions and 0 deletions

View File

@ -1356,6 +1356,7 @@ char BKE_imtype_valid_channels(const char imtype, bool write_file)
if (write_file) break;
/* fall-through */
case R_IMF_IMTYPE_TARGA:
case R_IMF_IMTYPE_RAWTGA:
case R_IMF_IMTYPE_IRIS:
case R_IMF_IMTYPE_PNG:
case R_IMF_IMTYPE_RADHDR: