Skip to content

Commit

Permalink
Merge pull request #531 from ynput/bugfix/nuke-intermediate-steams-bugs
Browse files Browse the repository at this point in the history
Nuke: fixing multiple intermediate file streams publishing
  • Loading branch information
jakubjezek001 authored May 28, 2024
2 parents 205db2e + 633aa0c commit c289610
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion server_addon/nuke/client/ayon_nuke/api/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,8 @@ def save_file(self):

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(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ def process(self, instance):
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"):
Expand Down

0 comments on commit c289610

Please sign in to comment.