mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
added image/view exts and supported exts
This commit is contained in:
parent
a4a1d0bea6
commit
bf59ec9df7
1 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import os
|
||||
import re
|
||||
import copy
|
||||
import pyblish.api
|
||||
import clique
|
||||
import pype.api
|
||||
|
|
@ -24,6 +25,9 @@ class ExtractReview(pyblish.api.InstancePlugin):
|
|||
order = pyblish.api.ExtractorOrder + 0.02
|
||||
families = ["review"]
|
||||
hosts = ["nuke", "maya", "shell"]
|
||||
image_exts = ["exr", "jpg", "jpeg", "png", "dpx"]
|
||||
video_exts = ["mov", "mp4"]
|
||||
supported_exts = image_exts + video_exts
|
||||
|
||||
# Preset attributes
|
||||
profiles = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue