mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Formatting change
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
c52a7e367b
commit
ec510ab149
1 changed files with 4 additions and 1 deletions
|
|
@ -40,7 +40,10 @@ class ExtractThumbnailFromSource(pyblish.api.InstancePlugin):
|
||||||
order = pyblish.api.ExtractorOrder + 0.48
|
order = pyblish.api.ExtractorOrder + 0.48
|
||||||
|
|
||||||
# Settings
|
# 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)
|
background_color = (0, 0, 0, 0.0)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue