Reverting colorspace fallback

This commit is contained in:
Fabià Serra Arrizabalaga 2023-07-03 20:57:33 +02:00 committed by GitHub
parent 12ea12c2de
commit 5c0e02f889
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -670,7 +670,7 @@ class ExporterReviewLut(ExporterReview):
self.ext = ext or "cube"
self.cube_size = cube_size or 32
self.lut_size = lut_size or 1024
self.lut_style = lut_style or "scene_linear"
self.lut_style = lut_style or "linear"
# set frame start / end and file name to self
self.get_file_info()