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
50d3d0d0e9
commit
e02cbbdb51
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue