mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
thumbnail extractor as last extractor
This commit is contained in:
parent
d22375f388
commit
247451bb58
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ class ExtractThumbnail(pyblish.api.InstancePlugin):
|
|||
"""Create jpg thumbnail from sequence using ffmpeg"""
|
||||
|
||||
label = "Extract Thumbnail"
|
||||
order = pyblish.api.ExtractorOrder
|
||||
order = pyblish.api.ExtractorOrder + 0.49
|
||||
families = [
|
||||
"imagesequence", "render", "render2d", "prerender",
|
||||
"source", "clip", "take", "online", "image"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue