Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #474 from tokejepsen/2.x/bugfix/optional_skip_revi…
Browse files Browse the repository at this point in the history
…ews_on_renders

Fix optional skip reviews on renders.
  • Loading branch information
mkolar authored Sep 16, 2020
2 parents 2ca6db3 + 1424e82 commit 5c64e54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pype/plugins/global/publish/submit_publish_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,8 @@ def process(self, instance):
"resolutionWidth": data.get("resolutionWidth", 1920),
"resolutionHeight": data.get("resolutionHeight", 1080),
"multipartExr": data.get("multipartExr", False),
"jobBatchName": data.get("jobBatchName", "")
"jobBatchName": data.get("jobBatchName", ""),
"review": data.get("review", True)
}

if "prerender" in instance.data["families"]:
Expand Down

0 comments on commit 5c64e54

Please sign in to comment.