mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Reverting change of order
Deemed unnecessary (by Kuba)
This commit is contained in:
parent
6ec302d01b
commit
8865e7a2b4
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class ExtractThumbnailFromSource(pyblish.api.InstancePlugin):
|
|||
|
||||
label = "Extract Thumbnail from source"
|
||||
# Before 'ExtractThumbnail' in global plugins
|
||||
order = pyblish.api.ExtractorOrder + 0.48
|
||||
order = pyblish.api.ExtractorOrder - 0.00001
|
||||
|
||||
# Settings
|
||||
target_size = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue