mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Update client/ayon_core/plugins/publish/extract_review.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
009a7ec189
commit
628c8025d4
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ class ExtractReview(pyblish.api.InstancePlugin):
|
|||
# Supported extensions
|
||||
image_exts = {"exr", "jpg", "jpeg", "png", "dpx", "tga", "tiff", "tif"}
|
||||
video_exts = {"mov", "mp4"}
|
||||
supported_exts = image_exts.union(video_exts)
|
||||
supported_exts = image_exts | video_exts
|
||||
|
||||
alpha_exts = {"exr", "png", "dpx"}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue