mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
OP-3939 - fix - must be before integrate.py
This commit is contained in:
parent
237a9fcf6c
commit
72e647a5b9
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ class PreIntegrateThumbnails(pyblish.api.InstancePlugin):
|
|||
"""Marks thumbnail representation for integrate to DB or not."""
|
||||
|
||||
label = "Should Integrate Thumbnails"
|
||||
order = pyblish.api.IntegratorOrder
|
||||
order = pyblish.api.IntegratorOrder - 0.1
|
||||
families = ["review"]
|
||||
|
||||
integrate_profiles = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue