mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Reverting colorspace fallback
This commit is contained in:
parent
12ea12c2de
commit
5c0e02f889
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue