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

This commit is contained in:
Kayla Man 2024-06-25 15:53:08 +08:00
parent 50d3d0d0e9
commit e02cbbdb51

View file

@ -14,7 +14,7 @@ class ExtractThumbnail(plugin.MayaExtractorPlugin):
capture.
"""
order = pyblish.api.ExtractorOrder - 0.3
order = pyblish.api.ExtractorOrder - 0.45
label = "Thumbnail"
families = ["review"]