mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
Update openpype/hosts/maya/plugins/publish/extract_playblast.py
This commit is contained in:
parent
eeaa7fdc55
commit
97d1829b0f
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ class ExtractPlayblast(publish.Extractor):
|
|||
profile = filter_profiles(
|
||||
self.profiles, filtering_criteria, logger=self.log
|
||||
)
|
||||
capture_preset = profile.get("capture_preset) or capture_preset
|
||||
capture_preset = profile.get("capture_preset") or capture_preset
|
||||
else:
|
||||
self.log.warning("No profiles present for Extract Playblast")
|
||||
preset = lib.load_capture_preset(data=capture_preset)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue