mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
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:
parent
39f973792b
commit
4874f5f79b
1 changed files with 1 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue