missing file type filter for FCMat

A forum to discuss the implementation of a good Materials system in FreeCAD
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

missing file type filter for FCMat

Post by uwestoehr »

Word size of FreeCAD: 64-bit, Version: 0.18.15780 (Git)
Build type: Release
Branch: master
Hash: f94e76c1116ec3b818961ff65131b3d86fa5b95e
Python version: 2.7.14
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.2.0

There is no file type filter when saving and opening material sheets:

- add a material, then "use FreeCAD material editor"
- press Open

result: in the appearing file dialog there is the file filter (*.*) while it should be (*.FCMat)

The same happens when saving as.
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: missing file type filter for FCMat

Post by uwestoehr »

uwestoehr wrote: Tue Feb 05, 2019 10:55 pm There is no file type filter when saving and opening material sheets:
With FC 0.18.15805 there is a file filter when opening files. For saving files it is still missing.
User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: missing file type filter for FCMat

Post by bernd »

You are right there should be a filter on saving mat files too. Feel free to make a bug report.
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: missing file type filter for FCMat

Post by uwestoehr »

bernd wrote: Thu Feb 07, 2019 8:32 am Feel free to make a bug report.
Done: issue #3820
Post Reply