Update colorspace assignment in ExporterReviewMov class and remove unnecessary line adding custom tags in ExtractReviewIntermediates class.

- Update colorspace assignment to use a method
- Remove redundant line adding custom tags
This commit is contained in:
Jakub Jezek 2024-05-20 17:35:53 +02:00
parent 92fa97a563
commit 46337deb1a
No known key found for this signature in database
GPG key ID: 06DBD609ADF27FD9
2 changed files with 2 additions and 2 deletions

View file

@ -837,7 +837,8 @@ class ExporterReviewMov(ExporterReview):
def generate_mov(self, farm=False, delete=True, **kwargs):
# colorspace data
colorspace = None
colorspace = self.write_colorspace
# get colorspace settings
# get colorspace data from context
config_data, _ = get_colorspace_settings_from_publish_context(

View file

@ -136,7 +136,6 @@ class ExtractReviewIntermediates(publish.Extractor):
self, instance, o_name, o_data["extension"],
multiple_presets)
o_data["add_custom_tags"].append("intermediate")
delete = not o_data.get("publish", False)
if instance.data.get("farm"):