mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
pop the reloadvalues from the preset in thumbnail extractor
This commit is contained in:
parent
2dda5c7007
commit
84f58241a6
1 changed files with 1 additions and 0 deletions
|
|
@ -157,6 +157,7 @@ class ExtractThumbnail(publish.Extractor):
|
|||
and preset["viewport_options"].get("textures")
|
||||
):
|
||||
lib.reload_textures()
|
||||
preset.pop("reloadTextures") # not supported by `capture`
|
||||
path = capture.capture(**preset)
|
||||
playblast = self._fix_playblast_output_path(path)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue