Re: [Paraview] ParaviewWeb server / client mismatch

2018-03-28 Thread Sgouros, Thomas
Curses, foiled again. Thank you, -Tom On Wed, Mar 28, 2018 at 7:35 PM, Sebastien Jourdain < sebastien.jourd...@kitware.com> wrote: > Yes threading is bad. I didn't noticed that you were creating threads in > your code. > > On Wed, Mar 28, 2018 at 4:22 PM, Sgouros, Thomas

Re: [Paraview] ParaviewWeb server / client mismatch

2018-03-28 Thread Sebastien Jourdain
Yes threading is bad. I didn't noticed that you were creating threads in your code. On Wed, Mar 28, 2018 at 4:22 PM, Sgouros, Thomas wrote: > Brilliant. That worked, thank you, and most of the image changes are > updated with one click of the button rather than one for

Re: [Paraview] ParaviewWeb server / client mismatch

2018-03-28 Thread Sgouros, Thomas
Brilliant. That worked, thank you, and most of the image changes are updated with one click of the button rather than one for the control and one click on the canvas. However, I often (not always) get this: CRITICAL:twisted:Unhandled Error Traceback (most recent call last): File

Re: [Paraview] ParaviewWeb server / client mismatch

2018-03-28 Thread Sebastien Jourdain
You need to register the following protocol https://github.com/Kitware/visualizer/blob/master/server/pvw-visualizer.py#L196 Then make sure you call: https://github.com/Kitware/visualizer/blob/master/server/pvw-visualizer.py#L208-L209 On Wed, Mar 28, 2018 at 3:43 PM, Sgouros, Thomas

[Paraview] ParaviewWeb server / client mismatch

2018-03-28 Thread Sgouros, Thomas
HI All: I'm trying to switch from ViewPortImageDelivery to VtkImageDelivery so I can see updates to the web client without having to click in the window. But apparently the protocols on the server side are deficient, and I get a client-side error complaining that

[Paraview] Can Paraview use the GPU instead of the CPU?

2018-03-28 Thread Mohamed Beshr
Is there a way to use the GPU instead of the CPU for: 1. Data rendering in general? 2. Volume rendering? other than using the NVIDIA IndeX plugin? 3. Loading and displaying the data (i.e. data crunching). For example, if I am loading a transient CFD simulation result? Also, is there a way to

Re: [Paraview] png image file size - screenshot vs animation

2018-03-28 Thread Utkarsh Ayachit
I may have spoken the other way around. In any case, just hold on till 5.5 is out and this will be addressed. Utkarsh On Wed, Mar 28, 2018 at 1:13 PM, Stief, Alexander wrote: > This does not fit my observation. > Saving as a screenshot, I get a reasonably small png

Re: [Paraview] [EXTERNAL] png image file size - screenshot vs animation

2018-03-28 Thread Scott, W Alan
Hi Alex, I just tried this with master (in essence, 5.5.0-rc4 (out Real Soon Now) ). My sizes are exactly the same. I did the following: * Linux, master, remote server. * Opened can.exo. (It's in Examples.) All variables on, apply. * Rotated can so it looks nice. * File/ Save

Re: [Paraview] VRML animation

2018-03-28 Thread Rinehart, Richard D. (GRC-VG00)[DB Consulting Group, Inc.]
First time posting here so hope I'm doing it right (from daily summary email:-)) We too are interested in this but don't see it easily possible. We commonly export to VRML for performance reasons (and lots of software seem to digest this format). But to then animate has been custom coding

Re: [Paraview] 2D PLOT - AUTOMATIC AXIS TITLES

2018-03-28 Thread Miguel Aguirre
Hello, Thanks for your quick answer. I agree with the fact that multiple plots superimposed may difficult the automatic setup. However, I think that it could be a good idea to automatize at least the X-axis label, because there is only one variable accepted for this axis in the setup. Is there a

Re: [Paraview] Empty lib/python2.7/lib-dynload

2018-03-28 Thread Cory Quammen
Hi Santiago, Thanks for the report. It looks like readline is not being included in the packaging. I looked briefly in the ParaView superbuild repository to find out why, but did not see the reason immediately. I have filed an issue for this:

Re: [Paraview] VRML animation

2018-03-28 Thread Sebastien Jourdain
Putting back the mailing list as other could provide an actual answer to your "immersive question". ParaView can do immersive animation but that would be managed within ParaView. So I'm still not sure to understand what you are trying to do. But maybe other on the mailing list may do... Seb On

Re: [Paraview] ParaView-Superbuild Win10 Errors

2018-03-28 Thread Aron Helser
I don't know how or why vrpn is used by paraview, so I'll have to defer to others... On Wed, Mar 28, 2018 at 8:23 AM, Jamil Goettlich wrote: > Hi Aron, > > thank you for the reply. Youre right, there was an error way at the > beginning concerning quat.lib. > It seems

Re: [Paraview] VRML animation

2018-03-28 Thread Sebastien Jourdain
May I ask why VRML? Are you trying to do a time animation of geometry+data/color on the web? What I'm trying to say is that often by narrowing the question you get a perfect answer for it but not a good one for truly solving your problem. So what are you trying to do/solve? Thanks, Seb On Wed,

Re: [Paraview] VRML animation

2018-03-28 Thread GeorgeP S
Thank you very much for the responce. To your knowledge which program can do a vrml animation by a .vtp file? Thank you again, Salachoris Georgios Panagiotis On Wed, Mar 28, 2018 at 3:46 PM, Utkarsh Ayachit < utkarsh.ayac...@kitware.com> wrote: > To the best of my knowledge, this is not

Re: [Paraview] VRML animation

2018-03-28 Thread Utkarsh Ayachit
To the best of my knowledge, this is not supported currently. Utkarsh On Thu, Mar 22, 2018 at 2:14 PM, GeorgeP S wrote: > Hello all, > > i would like to ask how is it possible to export in vrml but retain the > animation acquired from the models simulation.Is there a

Re: [Paraview] ParaView-Superbuild Win10 Errors

2018-03-28 Thread Jamil Goettlich
Hi Aron, thank you for the reply. Youre right, there was an error way at the beginning concerning quat.lib. It seems like linking vrpn.lib failed because quat.lib cannot be recognized. Here is the full error (Using Win10, Compiler Visual Studio12.0 (cl.exe), ninja build system. Also, I enabled

Re: [Paraview] Paraview crashing when clipping an openfoam solution

2018-03-28 Thread Carlos E Manglano-Villamarin
Hi again Joachim, I've tried to run ParaView from the executable 'paraview' in the 'bin' directory, and it works quite well. The OpenFOAM cases load pretty quickly, and the clip is done with no itches :-) For now, I just hace to create "by hand" the dummy *.foam file, but that's not a problem at

Re: [Paraview] Paraview crashing when clipping an openfoam solution

2018-03-28 Thread Carlos E Manglano-Villamarin
Hi Joachim, I downloaded the tar.gz file from https://www.paraview.org/download/, under the Release Candidates section. Regards, 2018-03-27 15:29 GMT+02:00 Joachim Pouderoux : > Carlos, > > What did you download exactly? The sources archive or the binaries? On >

[Paraview] png image file size - screenshot vs animation

2018-03-28 Thread Stief, Alexander
Hi, PV version is 5.4.1 when making a png screenshot in PV with a resolution of 3840x2160, the file size I get with default settings is ~1.4MB. This is due to the fact that around 80% of the image are plain white space. So far, so normal. However, when I create an animation and export to png

Re: [Paraview] unknown properties returned by ListProperties?

2018-03-28 Thread Grothausmann, Roman Dr.
Dear Cory, On 27/03/18 16:18, Cory Quammen wrote: I'm sorry I haven't had a chance to look at this further. Have you made any more progress on this? I apologize for thinking it would be easy to hack ParaView to better support loading multiple state files - it appears to be more difficult than

[Paraview] 2D PLOT - AUTOMATIC AXIS TITLES

2018-03-28 Thread Miguel Aguirre
Hello, I would like to know if there is a way to automatically set the axis titles in a 2d plot, based on the parameters already selected for the plot. In fact, in the GUI one has to select the X- and Y-axis parameters to be plotted. So, why not to set these names into the plot in an automatic