mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
starting on pyblish ftrack implementation
This commit is contained in:
parent
caaa7cb1a1
commit
2020986f76
54 changed files with 13408 additions and 0 deletions
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue