mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #531 from ynput/bugfix/nuke-intermediate-steams-bugs
Nuke: fixing multiple intermediate file streams publishing
This commit is contained in:
commit
c289610acd
2 changed files with 2 additions and 2 deletions
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -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"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue