openfedem / fedem-gui

Graphical user interface for FEDEM
https://openfedem.org
Apache License 2.0
0 stars 1 forks source link

Append .fmm extension when not specified #29

Closed kmokstad closed 1 month ago

kmokstad commented 1 month ago

This fixes #27. It also closes #28 through the fedem-mdb submodule update (see openfedem/fedem-mdb#11). That fix resolves what is believed to cause the RBE2/3 spider confusion reported in #28. An alternative, but more intrusive fix would perhaps be to try to recreate the spider connector data when changing to an FE part already containing a spider element in that location, such that it then becomes editable in the FEDEM GUI again. However, the current behavior (with the present fix), is consistent. Consider that enhancement as a separate Feature request later, if it becomes important.

In addition (last commit), the FindQt4-cmake file is removed as it now is available from the fedem-mdb submodule.