diff --git a/meshroom/ui/components/filepath.py b/meshroom/ui/components/filepath.py index 0db0bb8e..610fce5f 100644 --- a/meshroom/ui/components/filepath.py +++ b/meshroom/ui/components/filepath.py @@ -110,6 +110,7 @@ class FilepathHelper(QObject): "": vp.childAttribute("path").value, "": FilepathHelper.basename(FilepathHelper, vp.childAttribute("path").value), "": FilepathHelper.removeExtension(FilepathHelper, FilepathHelper.basename(FilepathHelper, vp.childAttribute("path").value)), + "": FilepathHelper.extension(FilepathHelper, vp.childAttribute("path").value), } resolved = path