mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
use asset from context.data
This commit is contained in:
parent
bf3a13b0b9
commit
fafc840fd1
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ class CollectInstances(pyblish.api.ContextPlugin):
|
|||
|
||||
return {
|
||||
"family": "review",
|
||||
"asset": context.data["workfile_context"]["asset"],
|
||||
"asset": context.data["asset"],
|
||||
# Dummy subset name
|
||||
"subset": "reviewMain"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue