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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user