mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge branch 'feature/nuke-slate-prerender' into master-testing-local
This commit is contained in:
commit
df8856cd5c
6 changed files with 598 additions and 42 deletions
|
|
@ -319,8 +319,8 @@ class ProcessSubmittedJobOnFarm(pyblish.api.InstancePlugin):
|
|||
"source": source,
|
||||
"user": context.data["user"],
|
||||
"version": context.data["version"],
|
||||
"intent": context.data["intent"],
|
||||
"comment": context.data["comment"],
|
||||
"intent": context.data.get("intent"),
|
||||
"comment": context.data.get("comment"),
|
||||
# Optional metadata (for debugging)
|
||||
"metadata": {
|
||||
"instance": data,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue