]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Merge branch 'kleontev/32517_dynamic_log_messages'
authorKonstantin LEONTEV <konstantin.leontev@opencascade.com>
Mon, 14 Nov 2022 14:24:50 +0000 (17:24 +0300)
committerKonstantin LEONTEV <konstantin.leontev@opencascade.com>
Mon, 14 Nov 2022 14:24:50 +0000 (17:24 +0300)
src/OCCViewer/resources/occ_view_zooming_style_switch.png
src/SUIT/resources/icon_visibility_on.png
src/SVTK/resources/vtk_view_zooming_style_switch.png
src/VTKViewer/VTKViewer_GeometryFilter.cxx

index 8f3a4867098920df40aebdfd7981a0720d638444..7b833f1b8ddc1b18911ff568dee863527c0d3249 100644 (file)
Binary files a/src/OCCViewer/resources/occ_view_zooming_style_switch.png and b/src/OCCViewer/resources/occ_view_zooming_style_switch.png differ
index 61ebe47036fe9f0e6e168a97fe16b733ba28f178..3209cc79d6e4bd727e21251c4ef55580c8523db5 100644 (file)
Binary files a/src/SUIT/resources/icon_visibility_on.png and b/src/SUIT/resources/icon_visibility_on.png differ
index 8f3a4867098920df40aebdfd7981a0720d638444..7b833f1b8ddc1b18911ff568dee863527c0d3249 100644 (file)
Binary files a/src/SVTK/resources/vtk_view_zooming_style_switch.png and b/src/SVTK/resources/vtk_view_zooming_style_switch.png differ
index db0b092edbf90869e1ed52bca02a87e9a4be2fab..b038c320663ee83df0d6042ead999210d05b68b4 100644 (file)
@@ -267,11 +267,6 @@ VTKViewer_GeometryFilter
              ElementsNotFitToDelegate.insert( VTK_BIQUADRATIC_QUADRATIC_WEDGE );
              ElementsNotFitToDelegate.insert( VTK_QUADRATIC_PYRAMID );
 
-             // Some openMP tests reveal that  meshes with  polyhedrons  can  sometimes cause
-             // problems as such we avoide delegation = ElementsNotFitToDelegate. It would be
-             // nice to investigate and resolve the problem with multi-therding in future.   
-             ElementsNotFitToDelegate.insert( VTK_POLYHEDRON );
-
              for ( int i = 0; i < types->GetNumberOfTuples() && !NotFitForDelegation; ++i )
                 NotFitForDelegation = ElementsNotFitToDelegate.count( types->GetValue(i) );
             }