Setting default mapping for "animation" and "workfile"

This commit is contained in:
Toke Jepsen 2019-07-23 21:53:26 +01:00
parent 15a6cbb820
commit bcbbef1c35

View file

@ -26,7 +26,9 @@ class IntegrateFtrackInstance(pyblish.api.InstancePlugin):
'write': 'render',
'review': 'mov',
'plate': 'img',
'audio': 'audio'
'audio': 'audio',
'workfile': 'scene',
'animation': 'cache'
}
def process(self, instance):