Merge pull request #531 from ynput/bugfix/nuke-intermediate-steams-bugs

Nuke: fixing multiple intermediate file streams publishing
This commit is contained in:
Jakub Ježek 2024-05-28 12:40:59 +02:00 committed by GitHub
commit c289610acd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -848,7 +848,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

@ -138,7 +138,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"):