add reference family to ftrack

This commit is contained in:
Milan Kolar 2020-08-20 15:59:33 +02:00
parent f41bf542e8
commit 016f529a90

View file

@ -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):