mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
project and projectcode changed to project dict
This commit is contained in:
parent
5dffcc459b
commit
e0de3a1447
1 changed files with 5 additions and 3 deletions
|
|
@ -251,9 +251,11 @@ class IntegrateFrames(pyblish.api.InstancePlugin):
|
|||
# for performance reasons.
|
||||
"context": {
|
||||
"root": root,
|
||||
"project": PROJECT,
|
||||
"projectcode": project['data']['code'],
|
||||
'task': api.Session["AVALON_TASK"],
|
||||
"project": {
|
||||
"name": PROJECT,
|
||||
"code": project['data']['code']
|
||||
},
|
||||
"task": api.Session["AVALON_TASK"],
|
||||
"silo": asset['silo'],
|
||||
"asset": ASSET,
|
||||
"family": instance.data['family'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue