mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
thumbnail uses same preset as playblast
This commit is contained in:
parent
4c21387c6f
commit
636ff4eee3
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class ExtractThumbnail(openpype.api.Extractor):
|
||||||
|
|
||||||
capture_preset = ""
|
capture_preset = ""
|
||||||
capture_preset = (
|
capture_preset = (
|
||||||
instance.context.data["project_settings"]['maya']['publish']['ExtractPlayblast']
|
instance.context.data["project_settings"]['maya']['publish']['ExtractPlayblast']['capture_preset']
|
||||||
)
|
)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue