mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Added flag for integrate representation
This commit is contained in:
parent
daa9effd04
commit
2928c62d2b
1 changed files with 3 additions and 0 deletions
|
|
@ -129,6 +129,9 @@ class ExtractThumbnailFromSource(pyblish.api.InstancePlugin):
|
|||
"outputName": "thumbnail",
|
||||
}
|
||||
|
||||
if not profile_config.integrate_thumbnail:
|
||||
new_repre["tags"].append("delete")
|
||||
|
||||
# adding representation
|
||||
self.log.debug(
|
||||
"Adding thumbnail representation: {}".format(new_repre)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue