pop the reloadvalues from the preset in thumbnail extractor

This commit is contained in:
Kayla Man 2023-11-27 18:49:12 +08:00
parent 2dda5c7007
commit 84f58241a6

View file

@ -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)