mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix(standalonepublisher): adding commonly used extension for video
This commit is contained in:
parent
b193cc3b51
commit
8835617fe4
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ class CollectEditorial(pyblish.api.InstancePlugin):
|
|||
actions = []
|
||||
|
||||
# presets
|
||||
extensions = [".mov"]
|
||||
extensions = [".mov", ".mp4"]
|
||||
|
||||
def process(self, instance):
|
||||
# remove context test attribute
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue