Re: [Paraview] Link between objects

2017-08-07 Thread Mathieu Westphal
Hello Riccardo It should work and it does in most cases (not in yours though). You can try the following. - Create a Box - Create another Box - "Object" Link both box - Change a parameter in one box, *Apply* - Same parameter is changed in the other box as well As for your example with the sl

Re: [Paraview] Link between objects

2017-08-07 Thread Riccardo Rossi
Hi Mathieu. I gave the box a try and works indeed. It would be nice though being able to link “fully” any other object as clips or slices when comparing multiple dataset and spare the user from changing manually the properties of the filters in each dataset. As for the bugtracker, I’ve a

Re: [Paraview] Dynamic colouring of the geometry in the animation of warped eigenmodes

2017-08-07 Thread Cory Quammen
On Sun, Aug 6, 2017 at 1:30 PM, Juha Kortelainen wrote: > Hi all, > > I’m using the warp filter to visualise the computed eigenmodes of a > structure (computed using a FEM code). Animating the eigenmodes works fine > with the WarpByVector filter using the ScalarFactor as the animation > variable.

Re: [Paraview] Paraview Catalyst offscreen rendering

2017-08-07 Thread Andy Bauer
Hi, I'd recommend trying to run pvserver or pvbatch in parallel and see if you get the same error. My guess is that it's a connection or firewall issue. On Thu, Aug 3, 2017 at 7:46 AM, Lukáš Kresta wrote: > Thank you. With new build from support I got new error: ERROR: In > /apps/easybuild/buil

Re: [Paraview] Dynamic colouring of the geometry in the animation of warped eigenmodes

2017-08-07 Thread Moreland, Kenneth
Juha, As Cory said you can create a plugin to replicate this behavior, but I believe you can also get similar behavior through a collection of filters. Although this is a bit cumbersome, you can try the following steps: 1. Before applying the WarpByVector filter, add the Calculator filter to yo

Re: [Paraview] ParaView newbie with a (hopefully) simple question

2017-08-07 Thread u . utku . turuncoglu
Hi, You can use trace feature (under Tools -> Start Trace) of ParaView to generate desired Python script with little bit modification. For example, I generated a Python script to open single pieces of multi-piece dataset and add loop to script to automatically open them, from paraview.simple impo