starting on pyblish ftrack implementation

This commit is contained in:
Milan Kolar 2018-11-16 13:44:51 +01:00
parent caaa7cb1a1
commit 2020986f76
54 changed files with 13408 additions and 0 deletions

View file

@ -240,6 +240,8 @@ class AppAction(object):
os.environ["AVALON_APP"] = self.identifier
os.environ["AVALON_APP_NAME"] = self.identifier + "_" + self.variant
os.environ["FTRACK_TASKID"] = id
anatomy = t.anatomy
io.install()
hierarchy = io.find_one({"type": 'asset', "name": entity['parent']['name']})['data']['parents']