From cb1eae4e30fcfbe60fde31b2a2f16457de1caf77 Mon Sep 17 00:00:00 2001 From: Jakub Trllo Date: Thu, 14 Mar 2019 18:39:10 +0100 Subject: [PATCH] file proxy is not set in djv --- pype/ftrack/actions/action_djvview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pype/ftrack/actions/action_djvview.py b/pype/ftrack/actions/action_djvview.py index 9c9c593855..80f1105a96 100644 --- a/pype/ftrack/actions/action_djvview.py +++ b/pype/ftrack/actions/action_djvview.py @@ -198,7 +198,7 @@ class DJVViewAction(BaseHandler): '''layer name''' # cmd.append('-file_layer (value)') ''' Proxy scale: 1/2, 1/4, 1/8''' - cmd.append('-file_proxy 1/2') + # cmd.append('-file_proxy 1/2') ''' Cache: True, False.''' cmd.append('-file_cache True') ''' Start in full screen '''