diff --git a/pype/plugins/tvpaint/load/load_image.py b/pype/plugins/tvpaint/load/load_image.py index 1292608185..4c4ebae7da 100644 --- a/pype/plugins/tvpaint/load/load_image.py +++ b/pype/plugins/tvpaint/load/load_image.py @@ -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",