Re: [Paraview] Render View: Edit View Options Gone?

2014-07-09 Thread Huebl, Axel
Ah, there it is! Left Panel Properties - Advanced (gear). Thank you, Axel On 08.07.2014 17:01, Utkarsh Ayachit wrote: Yes, Edit View Options is gone. You can still change the lights from the Properties Panel. It's an advanced property, so make sure you have the gear toggled. Check these

[Paraview] Changing displayed dataset in python interface

2014-07-09 Thread Louie Cardone-Noott
Hi paraview list, First post here - hope I'm doing it right! I've been fighting with the python interface to generate images from several views (rotated around) of a number of datasets. I'm stuck on the latter point. The outline of my script is as follows: # Start pseudo-code # Load RenderView1

[Paraview] How to speed up data reading

2014-07-09 Thread Jérémy Santina
Good afternoon, I am working with ParaView in parallel and I am trying to vizualise a big data as efficiently as possible. I am reading Tecplot Binary Files (.plt). For now, I am simply using a computer as a pvserver and my data is stored via NFS. When I am launching the vizualisation, I notice

[Paraview] connectivity errors

2014-07-09 Thread Angelini, Richard C (Rick) CIV USARMY ARL (US)
I¹m setting up Paraview client/server on a new Cray XC30 system. I have a totally clean build on Paraview on the Cray side, but I can¹t get the client-server connection to work, and I¹m seeing a strange error. It looks like the client-server connection is being established, and then the

Re: [Paraview] connectivity errors

2014-07-09 Thread Utkarsh Ayachit
Looks like you're using git/master client with 4.1 server or vice-versa. Is that the case? Utkarsh On Wed, Jul 9, 2014 at 9:02 AM, Angelini, Richard C (Rick) CIV USARMY ARL (US) richard.c.angelini@mail.mil wrote: I¹m setting up Paraview client/server on a new Cray XC30 system. I have a

Re: [Paraview] connectivity errors

2014-07-09 Thread Angelini, Richard C (Rick) CIV USARMY ARL (US)
I forgot to include that I get the same behavior on both an OSX and Linux ParaView client - so I don’t think that it’s a client-side software issue. But, what I don’t understand is what could happen on the server side to crash the client? I think that my cmake/build command is pretty straight

Re: [Paraview] connectivity errors

2014-07-09 Thread Favre Jean
I had the same crash yesterday on our Cray XC30 while connecting a 4.1 client with a 4.2 server. Everything worked fine (i.e. I am now using the latest git checkout) after I updated both sides. - Jean CSCS ___ Powered by

[Paraview] python script to rotate a view (UNCLASSIFIED)

2014-07-09 Thread Su, Simon M CTR USARMY ARL (US)
Classification: UNCLASSIFIED Caveats: NONE Hello, If I open up ParaView and Source-Box, I will get a box in the view. Is there an example python script that will allow me to rotate my view around the box? I will eventually add this to animation rendering of a more complicated dataset. Any help

Re: [Paraview] python script to rotate a view (UNCLASSIFIED)

2014-07-09 Thread Utkarsh Ayachit
Attached is a sample. For the most part it was obtained by using the tracing capabilities and adding a camera orbit animation. There's a bug in the tracing code that is missed the adding of KeyFrames to the CameraAnimationCue1 proxy as indicated in the script. BTW, we are working on revamping the

Re: [Paraview] Extracting results from python

2014-07-09 Thread Berk Geveci
You need something like this: print IntegrateVariables0.PointData['xxx'].GetRange() where xxx is the name of the array you are integrating. Best, -berk On Wed, Jul 9, 2014 at 12:01 AM, Chukwudi Chukwudozie cchu...@tigers.lsu.edu wrote: Hi, I'm pretty new in paraview python scripting and

[Paraview] Resampling to a uniform grid

2014-07-09 Thread Kares, Robert J
Folks, I would like to resample a scalar field defined on an unstructured grid in 3D onto a uniform rectangular 3D grid with specified logical and physical dimensions. It seems from the ParaView filters documentation that this can somehow be done using the Resample With Dataset filter. It