From: admin Date: Wed, 17 Dec 2008 11:16:01 +0000 (+0000) Subject: This commit was generated by cvs2git to create tag 'V4_1_4sp2'. X-Git-Tag: V4_1_4sp2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=10695a2d83f369890dc7a5b70926aae6508d27f3;p=modules%2Fvisu.git This commit was generated by cvs2git to create tag 'V4_1_4sp2'. Sprout from V4_1_0_maintainance 2008-12-17 11:16:00 UTC jfa 'Bug 0020075: EDF VISU 905: Impossible to create a deformed shape.' Cherrypick from V4_1_0_maintainance 2008-11-27 13:37:14 UTC abd 'Update copyright information': src/CONVERTOR/VISU_Convertor_impl.cxx src/VISUGUI/VisuGUI.cxx --- diff --git a/src/CONVERTOR/VISU_Convertor_impl.cxx b/src/CONVERTOR/VISU_Convertor_impl.cxx index af645d9f..2d80b480 100644 --- a/src/CONVERTOR/VISU_Convertor_impl.cxx +++ b/src/CONVERTOR/VISU_Convertor_impl.cxx @@ -355,11 +355,6 @@ namespace const VISU::PMeshOnEntityImpl& theMeshOnEntity, const VISU::PProfileImpl& theProfile) { - //rnv fix for bug IPAL18514 4x (CRASH after trying to build of presentation): - // throw exection in case if pointer on profile =0 - if(!theProfile.get()) - EXCEPTION(std::runtime_error,"GetMeshOnProfile: theProfile.get() == NULL"); - // rnv fix for issue 19999: // Throw exception in case if mesh on entity from profile is not equal // input mesh on entity. This exception catch in tne VISU_Convertor_impl::GetTimeStampOnMesh diff --git a/src/VISUGUI/VisuGUI.cxx b/src/VISUGUI/VisuGUI.cxx index 073fbf0c..d4123d10 100644 --- a/src/VISUGUI/VisuGUI.cxx +++ b/src/VISUGUI/VisuGUI.cxx @@ -679,7 +679,6 @@ VisuGUI // create mesh presentation and display it in aViewWindow CreateMesh(this, anIO, aViewWindow); - aViewWindow->highlight(anIO, 1); } void @@ -705,7 +704,6 @@ VisuGUI // create mesh presentation and display it in aViewWindow CreateMesh(this, anIO, aViewWindow); - aViewWindow->highlight(anIO, 1); } }