mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +05:00
0020864: EDF 1409 SMESH: Suppression of algorithms causes Salome to crash
Additional minor changes: fix problems with Object browser icons
This commit is contained in:
parent
755d4a7df4
commit
fd47c39529
@ -80,6 +80,7 @@ dist_salomeres_DATA = \
|
||||
mesh_tree_algo_hexa.png \
|
||||
mesh_tree_algo_mefisto.png \
|
||||
mesh_tree_algo.png \
|
||||
mesh_tree_algo_0D.png \
|
||||
mesh_tree_algo_quad.png \
|
||||
mesh_tree_algo_regular.png \
|
||||
mesh_tree_algo_tetra.png \
|
||||
@ -149,6 +150,9 @@ dist_salomeres_DATA = \
|
||||
mesh_conv_to_quad.png \
|
||||
mesh_tree_hypo_layers_distribution.png \
|
||||
mesh_tree_algo_radial_prism.png \
|
||||
mesh_tree_algo_radial_quadrangle_1D2D.png \
|
||||
mesh_tree_algo_existing_2D.png \
|
||||
mesh_tree_algo_prism.png \
|
||||
mesh_tree_algo_projection_2d.png \
|
||||
mesh_hypo_source_edge.png \
|
||||
mesh_hypo_source_3d.png \
|
||||
|
@ -99,7 +99,7 @@
|
||||
<parameter name="NETGENPlugin" value="${NETGENPlugin_ROOT_DIR}/share/salome/resources/netgenplugin"/>
|
||||
<parameter name="GHS3DPlugin" value="${GHS3DPlugin_ROOT_DIR}/share/salome/resources/ghs3dplugin"/>
|
||||
<parameter name="BLSURFPlugin" value="${BLSURFPlugin_ROOT_DIR}/share/salome/resources"/>
|
||||
<parameter name="HexoticPLUGIN" value="${HexoticPlugin_ROOT_DIR}/share/salome/resources"/>
|
||||
<parameter name="HexoticPlugin" value="${HexoticPLUGIN_ROOT_DIR}/share/salome/resources/hexoticplugin"/>
|
||||
<parameter name="GHS3DPRLPlugin" value="${GHS3DPRLPLUGIN_ROOT_DIR}/share/salome/resources"/>
|
||||
</section>
|
||||
</document>
|
||||
|
BIN
resources/mesh_tree_algo_0D.png
Normal file
BIN
resources/mesh_tree_algo_0D.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 253 B |
BIN
resources/mesh_tree_algo_existing_2D.png
Normal file
BIN
resources/mesh_tree_algo_existing_2D.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 270 B |
BIN
resources/mesh_tree_algo_prism.png
Normal file
BIN
resources/mesh_tree_algo_prism.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 314 B |
BIN
resources/mesh_tree_algo_radial_quadrangle_1D2D.png
Normal file
BIN
resources/mesh_tree_algo_radial_quadrangle_1D2D.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 338 B |
@ -105,6 +105,14 @@
|
||||
<source>ICON_SMESH_TREE_ALGO_CompositeSegment_1D</source>
|
||||
<translation>mesh_tree_algo_regular.png</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>ICON_SMESH_TREE_ALGO_UseExisting_2D</source>
|
||||
<translation>mesh_tree_algo_existing_2D.png</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>ICON_SMESH_TREE_ALGO_UseExisting_1D</source>
|
||||
<translation>mesh_tree_algo_regular.png</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>ICON_SMESH_TREE_ALGO_Hexa_3D</source>
|
||||
<translation>mesh_tree_algo_hexa.png</translation>
|
||||
@ -129,6 +137,14 @@
|
||||
<source>ICON_SMESH_TREE_ALGO_Quadrangle_2D</source>
|
||||
<translation>mesh_tree_algo_quad.png</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>ICON_SMESH_TREE_ALGO_RadialQuadrangle_1D2D</source>
|
||||
<translation>mesh_tree_algo_radial_quadrangle_1D2D.png</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>ICON_SMESH_TREE_ALGO_Prism_3D</source>
|
||||
<translation>mesh_tree_algo_prism.png</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>ICON_SMESH_TREE_ALGO_RadialPrism_3D</source>
|
||||
<translation>mesh_tree_algo_radial_prism.png</translation>
|
||||
@ -139,7 +155,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>ICON_SMESH_TREE_ALGO_SegmentAroundVertex_0D</source>
|
||||
<translation>mesh_tree_algo_regular.png</translation>
|
||||
<translation>mesh_tree_algo_0D.png</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>ICON_SMESH_TREE_HYPO_Arithmetic1D</source>
|
||||
|
Loading…
Reference in New Issue
Block a user