Merge pull request #4897 from ynput/bugfix/nuke-prerender-review

Nuke: Pre-render and missing review flag on instance causing crash
This commit is contained in:
64qam 2023-04-24 17:38:33 +02:00 committed by GitHub
commit d85553bf18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -190,7 +190,7 @@ class CollectNukeWrites(pyblish.api.InstancePlugin,
# make sure rendered sequence on farm will
# be used for extract review
if not instance.data["review"]:
if not instance.data.get("review"):
instance.data["useSequenceForReview"] = False
self.log.debug("instance.data: {}".format(pformat(instance.data)))