Update openpype/hosts/maya/plugins/publish/extract_playblast.py

This commit is contained in:
Toke Jepsen 2023-04-11 10:24:18 +01:00 committed by GitHub
parent eeaa7fdc55
commit 97d1829b0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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