Commit Graph

2357 Commits

Author SHA1 Message Date
rnv
db78f3625c Keep compatibility with ParaView-5.0.1 2016-12-08 12:27:39 +03:00
Paul RASCLE
54a5b4f97e debug blocFissure: problem GetInPlace 2016-12-06 14:50:48 +01:00
Paul RASCLE
596f40f598 debug blocFissure: CasTests.ellipse_1 2016-12-05 17:54:39 +01:00
Paul RASCLE
fd1b23f804 debug blocFissure: geom behaviour change 2016-12-05 13:27:27 +01:00
Christophe Bourcier
ac0486e51f Update translation files from Crowdin 2016-11-29 17:24:56 +01:00
vsr
f52038829a Increment version: 8.2.0 2016-11-29 16:32:15 +03:00
eap
e64112ab22 23336: [CEA 1940] Crash when editing a skin mesh generated by MG-Cleaner 2016-11-28 17:47:32 +03:00
eap
24b702afda 23336: [CEA 1940] Crash when editing a skin mesh generated by MG-Cleaner 2016-11-28 17:06:48 +03:00
eap
8beac8f8eb IPAL53822: TC8.2.0:Assign a set of hypotheses is frozen 2016-11-25 18:05:15 +03:00
eap
979d9c81fc Fix regressions 2016-11-25 17:24:41 +03:00
Paul RASCLE
7ea81bbe6e Merge branch 'V8_2_BR' into pre/V8_2_BR 2016-11-24 19:07:48 +01:00
Paul RASCLE
1746a46194 Zcracks plugin adaptation to new Zcracks tool 2016-11-24 19:00:44 +01:00
skv
7235af072c Fix pb with save/restore GEOM for Debian 6.0 2016-11-24 15:54:21 +03:00
ana
922336dfb7 Merge branch 'master' of salome:modules/smesh 2016-11-24 14:29:56 +03:00
ana
9c03aded93 Windows compatibility. 2016-11-24 14:29:42 +03:00
rnv
c621e7dcf5 Merge remote-tracking branch 'origin/cbr/fix_import_gmf_pyramids_orientation' 2016-11-24 11:34:29 +03:00
Christophe Bourcier
5bca5c56b4 Fix pyramids orientation in GMF import/export 2016-11-24 08:39:01 +01:00
eap
952c6dca84 23395: EDF 13855 - Crash SALOME when creating a mesh
Pb with a prism whose base face includes 3 wires and only one wire in internal
2016-11-23 21:04:46 +03:00
eap
164f564028 IPAL53819: Mesh edition clears Numbering
Keep numbering when a mesh is cleared
2016-11-22 14:34:16 +03:00
eap
a3b465189d Don't drop the control mode when a mesh becomes empty
+ Update mesh when unassign hypothesis
2016-11-21 20:05:01 +03:00
eap
55a627cc62 23394: EDF - non regression test fails - problem of projection of a quadrangle face on a cylinder 2016-11-21 19:30:24 +03:00
eap
d053feed93 23315: [CEA 1929] Too much memory used to display a mesh in shading and wireframe
Use my1DActor only to show edge numbers and controls of all edges
       => 10% decrease memory usage
2016-11-18 19:39:59 +03:00
rnv
270d55cf05 Fix compilation error on some platforms. 2016-11-17 12:32:01 +03:00
eap
f572be3197 Performance regression of SALOME_TESTS/Grids/smesh/bugs_18/V9 2016-11-16 18:07:42 +03:00
eap
cf35807108 Optimize ConvertToQuadratic
avoid computing octree->getHeight() upon each FindClosestTo() in SMESH_MesherHelper::FixQuadraticElements()
2016-11-16 16:48:50 +03:00
eap
81bd088581 Fix regressions 2016-11-15 19:54:27 +03:00
eap
7ee75034e2 Regression: outline is not shown if selection disabled before showing 2016-11-14 15:44:16 +03:00
eap
1f79871a68 Fix regression of the proxy mesh 2016-11-11 17:26:02 +03:00
eap
6ea484ee5f 23386: EDF 13811 - Crash SALOME during compute
reason: empty NbSegments in FixedPoints1D hypothesis
2016-11-11 16:39:46 +03:00
eap
1c1bbf6798 23315: [CEA 1929] Too much memory used to display a mesh in shading and wireframe
Deactivate ID mapping in all DeviceActor's except the pickable one.
   The ID mapping needed to show IDs in the Viewer is computed when needed
   via VTKViewer_ExtractUnstructuredGrid::BuildOut2InMap()

+ IPAL53796: Clipping related bugs
2016-11-11 15:14:46 +03:00
eap
773b227239 Regression of 'make test' 2016-11-10 15:02:48 +03:00
eap
6b1de62331 Optimize performance of mesh deletion upon hyp modification 2016-11-09 18:59:43 +03:00
eap
d2a8dd635e 23382: [CEA 1981] Wrong mesh SMESH test 2016-11-07 15:12:37 +03:00
eap
75d0234b45 IMP 23373: [CEA 1170] Optimization of a 3D mesh using MG-Tetra
SMESHGUI_* - treat an algo that can work w/o geom only

+ fix a crash at mesh modif just after visualization
   SMDS_* - assure that grid->Links exist before grid->InsertNextLinkedCell()
2016-11-03 18:55:09 +03:00
Maintenance team (INV)
cbad42bc85 RNV: Fix compilation error. 2016-11-01 13:54:17 +03:00
eap
20d9e162bd 23368: [CEA 1865] Possibility to define faces to mesh as a single one: transpatch mesh 2016-10-31 16:00:19 +03:00
eap
189e207e89 23365: [CEA 1938] Export med from a xao file fails
Support multiple components
2016-10-25 17:48:54 +03:00
eap
eef0bf5cc7 23315: [CEA 1929] Too much memory used to display a mesh in shading and wireframe 2016-10-24 18:07:46 +03:00
Paul RASCLE
0bd9fcdbe7 Qt5 migration 2016-10-21 14:47:37 +02:00
eap
766145cb04 23104: EDF SMESH: Pre-study for Netgen 5x
Regression of SALOME_TESTS/Grids/smesh/1D_mesh_AutomaticLength_00/A3
2016-10-07 17:00:31 +03:00
eap
1a1b88b9cf IPAL53698: Clipping dialog: ambiguos object identification by names 2016-10-06 19:57:35 +03:00
eap
b6bea82aa0 IPAL53692: Display Entity menu item is available for groups and sub-meshes 2016-10-06 18:13:56 +03:00
eap
f08f994ee3 DOC: explain the semantics of the precision preference parameters
Describe meaning of attributes in StdMeshers.xml

Fix regression of SALOME_TESTS/Grids/smesh/3D_mesh_NETGEN_02/C4
  SMESH_MesherHelper.cxx

Fix SALOME crash on a case of #http://www.salome-platform.org/forum/forum_10/47659287
  SMESH_MAT2d.cxx
2016-10-06 14:11:45 +03:00
vsr
e18c7bf133 0023360: [CEA 1963] Use salome.sg.updateObjBrowser(True) instead of salome.sg.updateObjBrowser(1) 2016-10-06 11:20:14 +03:00
eap
dd0d39d752 23352: [CEA] Order and naming of meshing algorithms 2016-10-03 17:53:47 +03:00
vsr
d498ff64b2 Set dev version marker to 1. 2016-09-28 13:20:28 +03:00
rnv
350d382d88 Merge remote-tracking branch 'origin/cbr/crowdin_V8_1_BR' into V8_1_BR 2016-09-22 18:39:35 +03:00
Christophe Bourcier
7333070f7d Update translation files from Crowdin 2016-09-22 17:21:48 +02:00
rnv
43501153a0 Add OVERALL_MESH_QUALITY translation for status bar. 2016-09-22 17:57:19 +03:00
rnv
7f1d90c843 Fix for the '23337: [CEA 1942] When we modify a mesh hypothesis, the display in the 3D view is not deleted immediatly' issue. 2016-09-22 12:55:34 +03:00