mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Do not overwrite if previously collected
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
3daa7263ad
commit
e9bc6e07f4
1 changed files with 4 additions and 2 deletions
|
|
@ -1599,7 +1599,9 @@ class ExtractReview(pyblish.api.InstancePlugin):
|
|||
).format(full_input_path_single_file))
|
||||
|
||||
# collect source values to be potentially used in burnins later
|
||||
if "source_resolution_width" not in new_repre:
|
||||
new_repre["source_resolution_width"] = input_width
|
||||
if "source_resolution_height" not in new_repre:
|
||||
new_repre["source_resolution_height"] = input_height
|
||||
|
||||
# NOTE Setting only one of `width` or `height` is not allowed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue