OP-3939 - fix - must be before integrate.py

This commit is contained in:
Petr Kalis 2022-10-07 13:10:56 +02:00
parent 237a9fcf6c
commit 72e647a5b9

View file

@ -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 = {}