mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
prequery ftrack locations
This commit is contained in:
parent
aa867ac64a
commit
677dbffcdb
1 changed files with 8 additions and 0 deletions
|
|
@ -111,6 +111,14 @@ class IntegrateFtrackInstance(pyblish.api.InstancePlugin):
|
|||
else:
|
||||
other_representations.append(repre)
|
||||
|
||||
# Prepare ftrack locations
|
||||
unmanaged_location = ft_session.query(
|
||||
"Location where name is \"ftrack.unmanaged\""
|
||||
).one()
|
||||
ftrack_server_location = ft_session.query(
|
||||
"Location where name is \"ftrack.server\""
|
||||
).one()
|
||||
|
||||
for comp in instance.data['representations']:
|
||||
self.log.debug('component {}'.format(comp))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue