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
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()
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
(StdMeshers_Prism_3D.cxx)
+ small optimization of SMDS_UnstructuredGrid::compactGrid()
(SMDS_UnstructuredGrid.cxx, SMESH_Object.cxx)
- de-allocate old data as soon as possible, not at the and of compacting
+ some minor changes
(SMESH_Controls* )
- Optimize mesh deletion (ObjectPool.hxx)
- Memory leaks (SMESH_Gen_i.cxx)
- Usage of uninitialized vars ( SMESHGUI_MeshOp.cxx )
- Minimize nb of #include in headers (the rest files)
fix this problem for all 1D hypotheses (StdMeshers_Regular_1D.cxx)
Bug report: http://www.salome-platform.org/forum/forum_10/636759606
Fix compilation warnings:
- unused function
- missing virtual destructor
- variable set but not used
In SMESH_subMesh::ComputeStateEngine() transform errors into warnings if it is caused by mesh edition
Regression of SALOME_TESTS/Grids/smesh/2D_submesh_00/A7
fix SMESH_subMesh::cleanDependsOn()
Regression of SALOME_TESTS/Grids/smesh/imps_02/C4
fix getSubMeshes() in SMESH_subMesh_i.cxx and use it in all cases
Regression SALOME_TESTS/Grids/smesh/mesh_Projection_2D_01/B1
In StdMeshers_Projection_2D treat coincident nodes in all cases
This case also reveals the following bugs:
1) SMESH_MesherHelper::IsReversedSubMesh() incorrectly works on
a coarsely meshed disk
2) Addition of NETGEN-1D2D3D removes already computed faces of a
sub-mesh on a group of FACEs (SMESH_subMesh::cleanDependsOn())
3) Volumes are shown, instead of faces, when displaying a sub-mesh on
a SOLID with only a 2D algo assigned to the sub-mesh (SMESH_subMesh_i.cxx)