From 98dde2522a8f09d08d99aa0d368552bbeacd915a Mon Sep 17 00:00:00 2001 From: Will Bainbridge Date: Tue, 5 May 2020 16:33:33 +0100 Subject: [PATCH] paraview: Downgrade to version 5.6.3 Paraview 5.7.0+ has a bug relating to polygon and line offsetting which means that when viewing a "Surface With Edges" representation at high zoom excessive amounts of edges that should not be visible are shown. This makes inspection of a typical mesh almost impossible. See issues 19723 and 19437 on ParaView's gitlab. Downgrading to version 5.6.3 until this issue is resolved. --- etc/config.csh/paraview | 3 +-- etc/config.sh/paraview | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/etc/config.csh/paraview b/etc/config.csh/paraview index 3244983985..5dc83e3a9c 100644 --- a/etc/config.csh/paraview +++ b/etc/config.csh/paraview @@ -60,8 +60,7 @@ end #setenv ParaView_VERSION 5.0.1 #setenv ParaView_VERSION 5.4.0 #setenv ParaView_VERSION 5.5.0 -#setenv ParaView_VERSION 5.6.0 -setenv ParaView_VERSION 5.8.0 +setenv ParaView_VERSION 5.6.3 setenv ParaView_MAJOR detect #setenv ParaView_GL system diff --git a/etc/config.sh/paraview b/etc/config.sh/paraview index db11bff756..12043f44e6 100644 --- a/etc/config.sh/paraview +++ b/etc/config.sh/paraview @@ -65,8 +65,7 @@ done #export ParaView_VERSION=5.0.1 #export ParaView_VERSION=5.4.0 #export ParaView_VERSION=5.5.0 -#export ParaView_VERSION=5.6.0 -export ParaView_VERSION=5.8.0 +export ParaView_VERSION=5.6.3 export ParaView_MAJOR=detect #export ParaView_GL=system