mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
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:
commit
7d9344b3de
3 changed files with 5 additions and 2 deletions
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue