collect ftrack api module to context

This commit is contained in:
iLLiCiTiT 2020-11-24 15:53:03 +01:00
parent 5f90dea9e5
commit 3de491d487

View file

@ -96,6 +96,7 @@ class CollectFtrackApi(pyblish.api.ContextPlugin):
task_entity = None
self.log.warning("Task name is not set.")
context.data["ftrackPythonModule"] = ftrack_api
context.data["ftrackProject"] = project_entity
context.data["ftrackEntity"] = asset_entity
context.data["ftrackTask"] = task_entity