mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
add reference family to ftrack
This commit is contained in:
parent
f41bf542e8
commit
016f529a90
1 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,8 @@ class IntegrateFtrackInstance(pyblish.api.InstancePlugin):
|
|||
'audio': 'audio',
|
||||
'workfile': 'scene',
|
||||
'animation': 'cache',
|
||||
'image': 'img'
|
||||
'image': 'img',
|
||||
'reference': 'reference'
|
||||
}
|
||||
|
||||
def process(self, instance):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue