OP-4371 - remove families from PreIntegrateThumbnail

It should handle all instance which has thumbnail representations, not only specifically for image and render. There might be many more.
This commit is contained in:
Petr Kalis 2022-11-03 17:58:10 +01:00
parent 39f973792b
commit 4874f5f79b

View file

@ -21,9 +21,8 @@ class PreIntegrateThumbnails(pyblish.api.InstancePlugin):
label = "Override Integrate Thumbnail Representations"
order = pyblish.api.IntegratorOrder - 0.1
families = ["review"]
integrate_profiles = {}
integrate_profiles = []
def process(self, instance):
repres = instance.data.get("representations")