mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +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 os
|
||||||
import tempfile
|
import tempfile
|
||||||
|
|
||||||
|
import pyblish.api
|
||||||
from ayon_maya.api import lib
|
from ayon_maya.api import lib
|
||||||
from ayon_maya.api import plugin
|
from ayon_maya.api import plugin
|
||||||
|
|
||||||
|
|
@ -13,7 +14,7 @@ class ExtractThumbnail(plugin.MayaExtractorPlugin):
|
||||||
capture.
|
capture.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
order = pyblish.api.ExtractorOrder - 0.1
|
||||||
label = "Thumbnail"
|
label = "Thumbnail"
|
||||||
families = ["review"]
|
families = ["review"]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue