mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Change logic into correct setting.
This commit is contained in:
parent
c6d473f6b0
commit
3968e1607e
1 changed files with 4 additions and 4 deletions
|
|
@ -65,14 +65,14 @@ class ExtractPlayblast(openpype.api.Extractor):
|
|||
# used, if not then the asset resolution is
|
||||
# used
|
||||
if width_preset != 0:
|
||||
preset["width"] = width_preset
|
||||
preset["width"] = instance_width
|
||||
else:
|
||||
preset['width'] = instance_width
|
||||
preset['width'] = width_preset
|
||||
|
||||
if height_preset != 0:
|
||||
preset['height'] = height_preset
|
||||
else:
|
||||
preset['height'] = instance_height
|
||||
else:
|
||||
preset['height'] = height_preset
|
||||
|
||||
preset['start_frame'] = start
|
||||
preset['end_frame'] = end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue