mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Merge branch 'feature/PYPE-32-nuke-integrate' into feature/PYPE-32-nuke-publish-write-sequence
This commit is contained in:
commit
bf9813f7ef
5 changed files with 419 additions and 3 deletions
|
|
@ -18,6 +18,3 @@ class CollectTemplates(pyblish.api.ContextPlugin):
|
|||
type=["anatomy"]
|
||||
)
|
||||
context.data['anatomy'] = templates.anatomy
|
||||
for key in templates.anatomy:
|
||||
self.log.info(str(key) + ": " + str(templates.anatomy[key]))
|
||||
# return
|
||||
|
|
|
|||
|
|
@ -233,6 +233,7 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
|
|||
"root": root,
|
||||
"project": PROJECT,
|
||||
"projectcode": "prjX",
|
||||
'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