mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
hound
This commit is contained in:
parent
4648895291
commit
c62862a773
1 changed files with 2 additions and 1 deletions
|
|
@ -161,7 +161,8 @@ class ExtractThumbnail(publish.Extractor):
|
|||
with lib.material_loading_mode():
|
||||
path = capture.capture(**preset)
|
||||
else:
|
||||
self.log.debug("Reload Textures during playblasting is disabled.")
|
||||
self.log.debug(
|
||||
"Reload Textures during playblasting is disabled.")
|
||||
path = capture.capture(**preset)
|
||||
|
||||
playblast = self._fix_playblast_output_path(path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue