Formatting change

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Petr Kalis 2025-12-11 12:16:45 +01:00 committed by GitHub
parent c52a7e367b
commit ec510ab149
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,10 @@ class ExtractThumbnailFromSource(pyblish.api.InstancePlugin):
order = pyblish.api.ExtractorOrder + 0.48
# Settings
target_size = {"type": "source", "resize": {"width": 1920, "height": 1080}}
target_size = {
"type": "resize",
"resize": {"width": 1920, "height": 1080}
}
background_color = (0, 0, 0, 0.0)