From 1f0fbdd5d6a10c11e6ff5fdf92a447073edbd60a Mon Sep 17 00:00:00 2001 From: Toke Stuart Jepsen Date: Fri, 9 Oct 2020 09:41:28 +0100 Subject: [PATCH] Add mp4 support for RV action. --- pype/modules/ftrack/actions/action_rv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pype/modules/ftrack/actions/action_rv.py b/pype/modules/ftrack/actions/action_rv.py index 528eeeee07..f9aeb87f71 100644 --- a/pype/modules/ftrack/actions/action_rv.py +++ b/pype/modules/ftrack/actions/action_rv.py @@ -46,7 +46,7 @@ class RVAction(BaseAction): return self.allowed_types = self.config_data.get( - 'file_ext', ["img", "mov", "exr"] + 'file_ext', ["img", "mov", "exr", "mp4"] ) def discover(self, session, entities, event):