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:
2015-10-21 20:06:49 +02:00
parent 729e9651ac
commit c272017868

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: