Remove .png from nonlinear formats assumption because apparently they can be 32-bit

This commit is contained in:
Roy Nieterau 2023-03-27 13:47:26 +02:00
parent e11d1f279a
commit bf60e73704

View file

@ -28,7 +28,7 @@ HARDLINK = 2
# File formats we will assume are sRGB when Maya Color Management is disabled
# Currently only used for `maketx` color conversion logic
NONLINEAR_FILE_FORMATS = {".png", ".jpeg", ".jpg"}
NONLINEAR_FILE_FORMATS = {".jpeg", ".jpg"}
@attr.s