Re: [Paraview] ParaViewWeb and multiple windows

2018-05-14 Thread Sgouros, Thomas
Great, thank you. Do you have an example of how to use it on the client side? Thanks, -Tom On Sun, May 13, 2018 at 5:51 PM, Sebastien Jourdain < sebastien.jourd...@kitware.com> wrote: > You should set the viewId to the VtkRenderer based on which view from the > server you want to be bound to.

Re: [Paraview] [EXT] Re: Using Pandas in Paraview v5.4.1

2018-05-14 Thread Dennis Conklin
Scott, I assume that if I compile a ParaView executable with pandas included, then I could distribute my plugin as xml and everyone could access it.I’m a little unsure but I assume I would also have to recompile the server that we are using on an HPC cluster to include pandas. I’m

Re: [Paraview] -EXT-Re: Paraview display issue on Windows

2018-05-14 Thread Kratz, Robert
Hello, Have the same problems here, 5.2 works fine, 5.5 not. The proposed remedies don’t work on my machine. I have windows 7, NVIDIA Quadro K2200 with latest drivers. Matlab was never installed; in my path I cannot find any reference to Qt (?) Best regards, Robert From: ParaView

Re: [Paraview] Paraview display issue on Windows

2018-05-14 Thread Cory Quammen
On Fri, May 11, 2018 at 1:52 PM Zhu Junxi wrote: > Hello Cory, > > I tried a bunch of different versions and found out that those with Qt5 > does not work while those with Qt4 looks fine (i.e., v5.3 and above does > not work, the latest version that works is v5.2.0 with

Re: [Paraview] ParaViewWeb and multiple windows

2018-05-14 Thread Sebastien Jourdain
// Client viewId setup https://github.com/Kitware/divvy/blob/master/Sources/scatterPlotManager.js#L135-L138 // Client / server ID exchange https://github.com/Kitware/divvy/blob/master/Sources/scatterPlotManager.js#L78-L83

Re: [Paraview] -EXT-Re: Paraview display issue on Windows

2018-05-14 Thread Utkarsh Ayachit
I suspect all these issues relate to QOpenGLWidget related changes to ParaView. We are working on a update to rework that change, it would be worth trying out the nightly binaries once those changes get merged in. FYI the work is happening here:

[Paraview] pvtm file format

2018-05-14 Thread Scott, W Alan via ParaView
What is a .pvtm file? How can I make one with sources? Thanks, Alan W. Alan Scott ParaView Support Manager SAIC Sandia National Laboratories, MS 0807 Org 9326 - Building 880 A1-K (505) 284-0932 FAX (505) 284-5619 "When the facts

Re: [Paraview] Paraview display issue on Windows

2018-05-14 Thread Zhu Junxi
Hello Cory, I checked the system path on my computer and I couldn't find anything related to Qt. I even tried removing Matlab-related entries but it didn't work either. Is there anything else that I could try? Best, Junxi On Mon, May 14, 2018 at 10:50 AM Cory Quammen

Re: [Paraview] [EXTERNAL] Re: pvtm file format

2018-05-14 Thread Andy Bauer
The .pvtm is the same as the .vtm file, just a redundant file extension. Really, the .vtm format is parallel/partition aware where as the other .vt* extensions have a partitioned .pvt* format. I'm a bit surprised that PV doesn't associate the .pvtm file with multiblock datasets. If you try to

Re: [Paraview] [EXTERNAL] Re: pvtm file format

2018-05-14 Thread Scott, W Alan via ParaView
I’ve never heard of these files either. From my user: I am writing planes of data in parallel with XMLMultiBlockWriter and it is generating *pvtm files. However, paraview doesn’t seem to support this file format for reading? I am trying to visualize the results and I can read the

Re: [Paraview] ParaViewWeb and multiple windows

2018-05-14 Thread Sgouros, Thomas
Great, thank you. -Tom On Mon, May 14, 2018 at 7:49 AM, Sebastien Jourdain < sebastien.jourd...@kitware.com> wrote: > // Client viewId setup > https://github.com/Kitware/divvy/blob/master/Sources/ > scatterPlotManager.js#L135-L138 > > // Client / server ID exchange >