mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
Update openpype/hosts/maya/plugins/publish/extract_playblast.py
Simplify settings capture statement. Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
f4d6d1ee64
commit
0dfe3b6974
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ class ExtractPlayblast(openpype.api.Extractor):
|
|||
)
|
||||
preset = lib.load_capture_preset(data=self.capture_preset)
|
||||
|
||||
capture_presets = openpype.api.get_current_project_settings()["maya"]["publish"]["ExtractPlayblast"]["capture_preset"] # noqa
|
||||
capture_presets = self.capture_preset
|
||||
width_preset = capture_presets["Resolution"]["width"]
|
||||
height_preset = capture_presets["Resolution"]["height"]
|
||||
preset['camera'] = camera
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue