eap
19720c1ef8
IPAL54678: TC-9.5.0: Sub-mesh priority: not all sub-meshes are displayed in the dialog
...
+ Small improvement of a mesh context menu:
* Add "Clear + Compute" for a non-empty mesh
* Add "Show Compute Errors" for a failed meshing
* Remove "Compute" for a fully computed mesh
* Add an icon for "Export" item
2020-05-26 19:20:30 +03:00
vsr
0fc0831670
Copyright update 2020
2020-04-15 18:19:44 +03:00
eap
c4d4c3be32
Fix exception at Break Link after shaper group modification
...
Scenario:
- Create a mesh on a box with sub-mesh on a group
- Modify group in shaper
- Switch to SMESH and Break Link ==> SIGSEGV
2020-01-24 21:36:13 +03:00
eap
7c8ea81b29
Update sub-mesh actors after Compute
2020-01-21 17:42:01 +03:00
eap
07ac4da8b2
BUG: SMESH::GetGEOMGen() returns GEOM_Engine instead of SHAPERSTUDY
...
1) GetGEOMGen() -> GetGEOMGen( GEOM::GEOM_Object_ptr go )
2) some formatting (whitespace changes)
2020-01-15 16:12:51 +03:00
eap
abf6641b14
#18097 [CEA] Mesh group not updated in the view after a compute with other hypotheses
2019-11-12 19:04:18 +03:00
eap
fad0945128
Typo fixes by Kunda
...
https://salome-platform.org/forum/forum_9/495080934
2019-08-27 14:48:19 +03:00
rnv
de3e0ec062
Remove QT4 compatibility.
2019-05-31 16:49:15 +03:00
vsr
6d32f944a0
Update copyrights
2019-02-14 15:33:05 +03:00
eap
a18e579603
23615: EDF 17317 - Fit All when display one mesh
...
Pb: no FitAll at 1st mesh compute
2018-12-05 14:55:28 +03:00
eap
7abad597ce
Crash after pre-viewing mesh translation
2018-11-14 16:41:52 +03:00
rnv
32d14d3084
Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/smesh
2018-07-13 09:51:25 +03:00
rnv
560f8b2d0c
Unicode support
2018-07-13 09:51:07 +03:00
eap
1b80c8bc60
Restore change of mesh icon depending on its status
...
now icons are updated on the engine side
+ Remove deprecated smesh.py
2018-07-10 17:41:10 +03:00
rnv
b7a7d49664
Merge V9_dev branch into master
2018-06-14 14:56:19 +03:00
rnv
f0f67c0b47
Redesign SALOME documentation
2018-03-30 18:43:58 +03:00
eap
30628bd54b
typo-fix by Kunda
...
http://www.salome-platform.org/forum/forum_9/975195177
2018-02-27 14:23:35 +03:00
rnv
7c11ba6115
Unicode support: correct handling of unicode on GUI level
2018-01-22 11:57:06 +03:00
rnv
10191484fe
Merge changes from 'master' branch.
2017-12-29 16:20:32 +03:00
rnv
90e0893c89
Merge V8_4_BR branch.
2017-12-13 12:18:31 +03:00
eap
05318c85be
typo-fix by Kunda + minor changes
2017-11-28 14:15:48 +03:00
eap
678b908f16
Typo fixes http://www.salome-platform.org/forum/forum_10/433845793
2017-10-10 12:28:03 +03:00
eap
85f0b9ca16
Typo fixes http://www.salome-platform.org/forum/forum_10/433845793
2017-10-09 15:28:05 +03:00
vsr
9d73526fbc
Clean-up deprecated OCCT-related code
2017-09-25 16:12:08 +03:00
rnv
264eeb2edd
Merge multi-study removal branch.
2017-06-13 13:01:10 +03:00
eap
e74c29b786
Patch modules/smesh.git for Doxygen typos/grammar + misc. typos
...
http://www.salome-platform.org/forum/forum_10/652417125
2017-03-02 19:51:35 +03:00
eap
2e5f78b7d2
IPAL53915: Display Entity dialog does not work
2017-01-31 17:28:41 +03:00
vsr
21af9b3a2c
Patch for MacOS (from SALOME forum)
2017-01-20 15:50:46 +03:00
rnv
d2c9aaf03a
Fix for the issue "53821: Visualization of mesh".
2016-12-16 16:47:12 +03:00
eap
b3cb4c5a57
IMP 23300: [EDF 12865] Independent calculation of sub-meshes
2016-08-01 22:15:36 +03:00
vsr
79c2ca913c
Update in accordance with changes in QtxComboBox.
2016-06-21 16:10:07 +03:00
eap
c18fd9d00c
53416: SALOME crashes when selecting a sub-menu of Control menu item
2016-06-21 14:04:19 +03:00
vsr
004925bca4
Merge remote branch 'origin/V7_dev'
2016-05-24 18:17:28 +03:00
eap
53bd086779
23269: Meshing a composite block with IJK
...
StdMeshers_CompositeHexa_3D.cxx
And more:
1) Avoid creating actors for not shown mesh objects
SMESHGUI_ComputeDlg.cxx
2) Add wait-cursor while group deletion, which can be long on large meshes
SMESHGUI_DeleteGroupDlg.cxx
3) Avoid getting elem types of a new group on filter, which can be long
SMESH_Gen_i_1.cxx
2016-04-14 18:31:42 +03:00
vsr
a17b36970b
Merge branch 'V7_dev'
2016-03-24 16:01:26 +03:00
vsr
7eda9ca931
Copyright update: 2016
2016-03-18 20:10:28 +03:00
eap
920fe932b1
23237: EDF 12367 - SIGSEGV with Remove group
...
(SMESH_Gen_i_1.cxx)
IPAL53059: Not all solids are highlighted by magenta
(SMESHGUI_ComputeDlg.cxx)
+ remove "using namespace std" from headers
2016-02-19 17:28:05 +03:00
vsr
971a1433b3
Merge relevant changes from V8_0_0_BR branch
2016-02-15 17:56:40 +03:00
eap
20248b6e76
23237: EDF 12367 - SIGSEGV with Remove group
...
(SMESH_Gen_i_1.cxx)
IPAL53059: Not all solids are highlighted by magenta
(SMESHGUI_ComputeDlg.cxx)
+ remove "using namespace std" from headers
2016-02-15 15:08:20 +03:00
vsr
f6e2eed424
Merge branch 'V8_0_BR'
2016-01-15 09:21:25 +03:00
eap
59627b07d7
Fix compilation errors using gcc-5.X relating to explicit stream::operator bool()
...
+ Fix compilation warnings
2016-01-13 16:47:35 +03:00
imn
15a2d78f10
Merge Qt5 porting.
2015-12-24 14:03:09 +03:00
eap
7d08ac8481
Fix regression of non-regression tests
...
- Coplanar faces filter (SMESH_Controls.cxx)
- Convert to quadratic (SMESH_MesherHelper.cxx)
- Missing Compute item in mesh pop-up in presence of a sub-mesh on compound only (no other algos) (SSMESHGUI_ComputeDlg.cxx)
- set checkAll=False in call of SMESH_Gen::IsApplicable() (smeshBuilder.py)
2015-12-01 14:32:09 +03:00
eap
8b8b2deedb
IPAL52915: TC7.7.0:Preview is disappears in OB
2015-10-08 17:23:39 +03:00
eap
67909c435c
IPAL52868: Confusing error message when computing an imported mesh w/o algo assigned
...
IPAL52888: Pattern Mapping fails to load from a face just after study loading
2015-10-05 14:51:57 +03:00
eap
9493563cbc
23138: EDF SMESH Regression: New behavior with ExtrusionSweepObject
...
IPAL52830: "Mesh computation fails" and "Evaluate" dialogs do not have [Help] button
IPAL52782: Invalid polygon after merge
2015-08-20 19:23:10 +03:00
eap
fe7d1d5767
23070: [CEA 1502] Create the 2D mesh from the 1D mesh with one mesh face for each geom face
2015-06-30 15:14:46 +03:00
akl
251f8c052d
Copyrights update 2015.
2015-02-13 12:38:36 +04:00
eap
38136d541c
22860: EDF 9944 SMESH: Regression when scaling a mesh
2015-02-11 16:52:57 +03:00
rnv
12539a5a55
Fix compilation error: add utilities.h include.
2015-01-22 17:34:42 +03:00