From bcbbef1c35acaf49a0e15648db98b08eaf197ce2 Mon Sep 17 00:00:00 2001 From: Toke Jepsen Date: Tue, 23 Jul 2019 21:53:26 +0100 Subject: [PATCH] Setting default mapping for "animation" and "workfile" --- pype/plugins/ftrack/publish/integrate_ftrack_instances.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pype/plugins/ftrack/publish/integrate_ftrack_instances.py b/pype/plugins/ftrack/publish/integrate_ftrack_instances.py index 02455454bb..c595178361 100644 --- a/pype/plugins/ftrack/publish/integrate_ftrack_instances.py +++ b/pype/plugins/ftrack/publish/integrate_ftrack_instances.py @@ -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):