mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 14:22:37 +01:00
Update openpype/hosts/maya/plugins/publish/extract_playblast.py
This commit is contained in:
parent
0b3802d9f2
commit
eeaa7fdc55
1 changed files with 4 additions and 3 deletions
|
|
@ -85,12 +85,13 @@ class ExtractPlayblast(publish.Extractor):
|
|||
capture_preset = self.capture_preset
|
||||
preset = lib.load_capture_preset(data=self.capture_preset)
|
||||
if self.profiles:
|
||||
capture_preset = filter_profiles(
|
||||
profile = filter_profiles(
|
||||
self.profiles, filtering_criteria, logger=self.log
|
||||
)["capture_preset"]
|
||||
preset = lib.load_capture_preset(data=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)
|
||||
|
||||
# "isolate_view" will already have been applied at creation, so we'll
|
||||
# ignore it here.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue