added defaults as options does not return value if they're not changed

This commit is contained in:
iLLiCiTiT 2020-10-30 11:35:04 +01:00
parent 05f6d92f8d
commit eae443264e

View file

@ -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",