mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added defaults as options does not return value if they're not changed
This commit is contained in:
parent
05f6d92f8d
commit
eae443264e
1 changed files with 6 additions and 0 deletions
|
|
@ -21,6 +21,12 @@ class ImportImage(api.Loader):
|
|||
"tv_layerrename layer_id layer_name"
|
||||
)
|
||||
|
||||
defaults = {
|
||||
"stretch": True,
|
||||
"timestretch": True,
|
||||
"preload": True
|
||||
}
|
||||
|
||||
options = [
|
||||
qargparse.Boolean(
|
||||
"stretch",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue