|
4 | 4 |
|
5 | 5 | ***************************************************************** |
6 | 6 |
|
| 7 | +=========================================================================== |
| 8 | + |
| 9 | + R E L E A S E 2.6 3/29/2024 |
| 10 | + |
| 11 | +=========================================================================== |
| 12 | + |
| 13 | +New Features: |
| 14 | +* Added new job monitor dialog box. This dialog box replaces the message box when an FEBio run terminates. It shows a list of the warning and error messages that were generated during the run. |
| 15 | +* The material and model tabs on the Post panel were modified so that they show the visible and enable buttons next to the items. |
| 16 | +* Implemented different way to indicate whether a parameter is load controlled or not. A curve icon will now display next to a parameter that is load controller. When hovering over the icon a tooltip appears with the name of the load controller. |
| 17 | +* Added context menu option to copy rigid load. |
| 18 | +* Named selections can now be created on the post side. They are also saved in the post sessions file. |
| 19 | +* Expanded merge tool so that it can be used with curve objects. |
| 20 | +* Added Create tool for bending geometry. |
| 21 | +* Added support for cloning curve objects. |
| 22 | + |
| 23 | +Improvements: |
| 24 | +* The Properties panel in the Model panel now has a reasonable minimum size. |
| 25 | +* Added "float" to array datafield type string in Data tab of Post panel. |
| 26 | +* The import curve dialog now remembers last used settings. |
| 27 | +* Moved FEBio export Post option to Export Geometry menu (instead of Save As). |
| 28 | +* Pressing Escape keyboard button will now also deactivate selection brush. |
| 29 | +* Added check for unsupported element types when exporting to lsdyna file. |
| 30 | +* Added support for CPS3 and CPS4 element in Abaqus reader. |
| 31 | +* Added shortcut Ctrl+A to assign current selection to active item in model tree (if applicable). |
| 32 | +* Now processing (but ignoring) PhysicalNames and Parametrization keywords for GMesh import. |
| 33 | +* The Discard mesh modifier can now be applied to all objects. For editable meshes it works as before, but for other objects, it simply clears the FE mesh. |
| 34 | +* Added option to turn off the selected item tags. (Use "i" shortcut, or menu View\Toggle Tag Info.) |
| 35 | +* Modified Discrete Element Network (DEN) tool to convert a mesh into a DEN. |
| 36 | +* Set shortcut for screenshot to Alt+F2. |
| 37 | +* Added support for reading from and writing to febio4 format for const (surface) mesh data. Now also serializing mesh item lists for mesh data generators. |
| 38 | +* Added more specific type info for mesh date generators. |
| 39 | +* Added category column to Add Physics dialog. |
| 40 | +* Added support for reading surface data generators from febio4 input file. |
| 41 | + |
| 42 | +Bug Fixes: |
| 43 | +* The curve object mesher now also generates the edges. |
| 44 | +* Now using document title in the Import Material list (right-click option on Materials item in model tree). |
| 45 | +* Fixed issue with muscle path where tangent was not calculated when departure point was the endpoint. Added rendering of tangent vector. |
| 46 | +* Fixed crash when qnSolver fails to allocate. |
| 47 | +* Fixed bug in Average Intensity over Element option in image map tool |
| 48 | +* Fixed issue with reading names of user mesh selections in post-session file. |
| 49 | +* Fixed bug in building post model tree. |
| 50 | +* Fixed issue with reading SET_NODE_LIST_TITLE keyword from LSDYNA reader. |
| 51 | +* Fixed problem with selecting curve objects. |
| 52 | +* Caught issue that causes crash when exporting surface data without selection assigned. |
| 53 | +* Fixed some problems with crashes when reading older plot files. |
| 54 | +* Fixed issue with evaluating element values when some materials are disabled. |
| 55 | +* Fixed issue with importing initial conditions applied to parts from febio4 format. |
| 56 | +* Fixed problems with region selection for editable surfaces. |
| 57 | +* Fixed issue that model tree did not update when changing physics module. |
| 58 | +* Fixed issues with importing object that has no parts. |
| 59 | +* Fixed issue with reading gmesh legacy files. |
| 60 | +* Fixed issue with model update when toggling displacement map. |
| 61 | +* Fixed issue with adding step when pressing cancel in the Add Step dialog box. |
| 62 | +* Fixed issue with reading discrete sections of older febio3 and febio2.5 formats. |
| 63 | + |
7 | 64 | =========================================================================== |
8 | 65 |
|
9 | 66 | R E L E A S E 2.5 1/16/2024 |
|
0 commit comments