Merged in bugfix/PYPE-656-nk-slate-render-order-swap (pull request #442)

fix(nuke): adding publish comment before rendering
This commit is contained in:
Jakub Ježek 2020-01-23 10:57:53 +00:00
commit 7d9344b3de
3 changed files with 5 additions and 2 deletions

View file

@ -198,6 +198,10 @@ class CollectRenderedFrames(pyblish.api.ContextPlugin):
fps = data.get("fps", 25)
# adding publish comment and intent to context
context.data["comment"] = data.get("comment", "")
context.data["intent"] = data.get("intent", "")
if data.get("user"):
context.data["user"] = data["user"]