mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Added psd to ExtractReview
ffmpeg and oiiotool seem to handle it fine.
This commit is contained in:
parent
505021344b
commit
bbff056268
1 changed files with 3 additions and 1 deletions
|
|
@ -169,7 +169,9 @@ class ExtractReview(pyblish.api.InstancePlugin):
|
|||
|
||||
settings_category = "core"
|
||||
# Supported extensions
|
||||
image_exts = {"exr", "jpg", "jpeg", "png", "dpx", "tga", "tiff", "tif"}
|
||||
image_exts = {
|
||||
"exr", "jpg", "jpeg", "png", "dpx", "tga", "tiff", "tif", "psd"
|
||||
}
|
||||
video_exts = {"mov", "mp4"}
|
||||
supported_exts = image_exts | video_exts
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue