File formats: Uppercase file types when importing a file. (#10977)
* Added uppercase extensions for supported formats In the file App\Application.cpp * Added file types in upper case * Adds uppercase file types to the file import filter. Fixes #10879 * Added filter for *.fcmacro *.fcscript
This commit is contained in:
@@ -24,5 +24,5 @@
|
||||
# FreeCAD init script of the Points module
|
||||
|
||||
# Append the open handler
|
||||
FreeCAD.addImportType("Point formats (*.asc *.pcd *.ply *.e57)", "Points")
|
||||
FreeCAD.addImportType("Point formats (*.asc *.ASC *.pcd *.PCD *.ply *.PLY *.e57 *.E57)", "Points")
|
||||
FreeCAD.addExportType("Point formats (*.asc *.pcd *.ply)", "Points")
|
||||
|
||||
Reference in New Issue
Block a user