mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix stored project entity in collect ftrack api
This commit is contained in:
parent
962feb5edc
commit
f52a1de2d1
1 changed files with 1 additions and 1 deletions
|
|
@ -96,6 +96,6 @@ class CollectFtrackApi(pyblish.api.ContextPlugin):
|
|||
task_entity = None
|
||||
self.log.warning("Task name is not set.")
|
||||
|
||||
context.data["ftrackProject"] = asset_entity
|
||||
context.data["ftrackProject"] = project_entity
|
||||
context.data["ftrackEntity"] = asset_entity
|
||||
context.data["ftrackTask"] = task_entity
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue