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:
@@ -31,7 +31,7 @@
|
||||
|
||||
|
||||
# Registered in Part's Init.py file
|
||||
FreeCAD.changeImportModule("STEP with colors (*.step *.stp)", "Import", "ImportGui")
|
||||
FreeCAD.changeImportModule("STEP with colors (*.step *.STEP *.stp *.STP)", "Import", "ImportGui")
|
||||
FreeCAD.changeExportModule("STEP with colors (*.step *.stp)", "Import", "ImportGui")
|
||||
FreeCAD.changeExportModule("glTF (*.gltf *.glb)", "Import", "ImportGui")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user