From 4fa82a796df8722586de76848dd1481f7da4ce2b Mon Sep 17 00:00:00 2001 From: Syres916 <46537884+Syres916@users.noreply.github.com> Date: Sat, 12 Jul 2025 15:15:26 +0100 Subject: [PATCH] [Points] Add e57 to import file extensions --- src/Mod/Points/Gui/Command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Points/Gui/Command.cpp b/src/Mod/Points/Gui/Command.cpp index e6eff2757f..6800e7bd39 100644 --- a/src/Mod/Points/Gui/Command.cpp +++ b/src/Mod/Points/Gui/Command.cpp @@ -81,7 +81,7 @@ void CmdPointsImport::activated(int iMsg) Gui::getMainWindow(), QString(), QString(), - QStringLiteral("%1 (*.asc *.pcd *.ply);;%2 (*.*)") + QStringLiteral("%1 (*.asc *.pcd *.ply *.e57);;%2 (*.*)") .arg(QObject::tr("Point formats"), QObject::tr("All Files"))); if (fn.isEmpty()) { return;