mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Moved order to trigger later
No need to trigger so early, but must be triggered before regular one to limit double creation of thumbnail.
This commit is contained in:
parent
3edb0148cd
commit
08c03e980b
1 changed files with 4 additions and 1 deletions
|
|
@ -33,7 +33,10 @@ class ExtractThumbnailFromSource(pyblish.api.InstancePlugin):
|
|||
|
||||
label = "Extract Thumbnail (from source)"
|
||||
# Before 'ExtractThumbnail' in global plugins
|
||||
order = pyblish.api.ExtractorOrder - 0.00001
|
||||
order = pyblish.api.ExtractorOrder + 0.48
|
||||
|
||||
# Settings
|
||||
profiles = None
|
||||
|
||||
def process(self, instance):
|
||||
self._create_context_thumbnail(instance.context)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue