make sure the extract thumbnail has higher priority than the screenshot source thumbanil

This commit is contained in:
Kayla Man 2024-06-25 15:46:43 +08:00
parent 3446d08bed
commit 90485df179

View file

@ -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"]