Re: [Paraview] Paraview 5.4.1 FTBS on Debian/Testing with gcc 7.2 when -DPARAVIEW_USE_VISITBRIDGE=ON

2017-10-12 Thread Ben Boeckel
On Thu, Oct 12, 2017 at 09:39:29 -0400, Ben Boeckel wrote: > Hmm, my browser history says I searched for this back in July… looking > around there finds: > > https://gitlab.kitware.com/paraview/paraview/issues/17456 > > which seems to have dropped off our radar. Is the Vs reader necessary? >

Re: [Paraview] Overlapping ParaView windows obscuring each other in ParaViewWeb visualizer server

2017-10-12 Thread Sebastien Jourdain
Hi Louise, Another option with the current binaries that you have is to ask for offscreen rendering in the code (Python). The window will still pop-up but will be black and the correct rendering pixels will be send to the web client. Just add those 2 lines

[Paraview] Help files (.pdf) not opening v5.4.1

2017-10-12 Thread Dennis Conklin
All Help files (.pdf) clicked on the Help Menu are not launching from PV v5.4.1 on Redhat - okular is our system pdf reader - do we need to set something to use this? This all works fine in Windoze. Thanks for any hint. Dennis ___ Powered by

Re: [Paraview] reading MATLAB file

2017-10-12 Thread Mauro Fontana
Hi Randy I'm not sure if it is what you are asking, but this might be useful: https://blog.kitware.com/easy-customization-of-the-paraview-python-programmable-filter-property-panel/ . That way you can have a GUI field for the path of the .mat file to read, much more convenient that changing the

Re: [Paraview] Paraview 5.4.1 FTBS on Debian/Testing with gcc 7.2 when -DPARAVIEW_USE_VISITBRIDGE=ON

2017-10-12 Thread Ben Boeckel
On Thu, Oct 12, 2017 at 11:41:46 +0200, Christophe Trophime wrote: > /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem > /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem > /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem > /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -g -O2 >

Re: [Paraview] Overlapping ParaView windows obscuring each other in ParaViewWeb visualizer server

2017-10-12 Thread Shawn Waldon
Hi Louise, I have seen something like this before when using VTK render windows on Linux with NVidia drivers. There is a bug/feature in the NVidia driver where it only renders the part of the window that is shown onscreen. The workaround I used at the time was to enable offscreen rendering

[Paraview] Paraview 5.4.1 FTBS on Debian/Testing with gcc 7.2 when -DPARAVIEW_USE_VISITBRIDGE=ON

2017-10-12 Thread Christophe Trophime
Hi, trying to rebuild latest paraview with -DPARAVIEW_USE_VISITBRIDGE=ON on Debian/testing with gcc 7.2 I run into this error: /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem

Re: [Paraview] simple Programmable Source

2017-10-12 Thread Heiland, Randy
Yes! (banging forehead) Thanks very much, Cory. > On Oct 11, 2017, at 11:10 PM, Cory Quammen wrote: > > Randy, > > Try setting a name on the array with > > scalars.SetName('array_name') > > This should let you select this array as the color array in ParaView. > >