mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
make sure the extract thumbnail has higher priority than the screenshot source thumbanil
This commit is contained in:
parent
3446d08bed
commit
90485df179
1 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@ import glob
|
|||
import os
|
||||
import tempfile
|
||||
|
||||
import pyblish.api
|
||||
from ayon_maya.api import lib
|
||||
from ayon_maya.api import plugin
|
||||
|
||||
|
|
@ -13,7 +14,7 @@ class ExtractThumbnail(plugin.MayaExtractorPlugin):
|
|||
capture.
|
||||
|
||||
"""
|
||||
|
||||
order = pyblish.api.ExtractorOrder - 0.1
|
||||
label = "Thumbnail"
|
||||
families = ["review"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue