mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #628 from tokejepsen/2.x/feature/rv_mp4_support
Add mp4 support for RV action.
This commit is contained in:
commit
ee494bfae5
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue