[Paraview] Problem with saving screen shot of Comparative View

2016-03-08 Thread hengxing pan
Hi,all I got an error when I saved the screen shot of comparative render view . Does anyone know how to fix the error ? Thanks in advance ! Pan Hengxing ERROR: In C:\bbd\df0abce0\source-paraview\ParaViewCore\ServerImplementation\Core\vtkPVSessionCore.cxx, line 390 vtkPVSessionCore (024D9F0479

Re: [Paraview] pv5.0 multi-page tiff in parallel

2016-03-08 Thread Utkarsh Ayachit
Thanks, Joe. How critical is it for this change to be in 5.0.1? I'd like to add a test for the MR before merging it, but not sure I can get that in soon. Utkarsh On Tue, Mar 8, 2016 at 12:36 PM, Insley, Joseph A. wrote: > Utkarsh, > > I have now tested a 5.0.0 install with the tiff patch applie

Re: [Paraview] Apply isovolume filter using Python

2016-03-08 Thread Utkarsh Ayachit
On Tue, Mar 8, 2016 at 1:24 PM, Arshpreet Singh wrote: > On Mon, Mar 7, 2016 at 7:19 PM, Utkarsh Ayachit > wrote: >> You're using a mix of advanced & simple API which is causing this >> issue. Change your code as follows: >> >> >> >> from paraview.simple import Show,Render >> from paraview.simpl

Re: [Paraview] Apply isovolume filter using Python

2016-03-08 Thread Arshpreet Singh
On Mon, Mar 7, 2016 at 7:19 PM, Utkarsh Ayachit wrote: > You're using a mix of advanced & simple API which is causing this > issue. Change your code as follows: > > > > from paraview.simple import Show,Render > from paraview.simple import OpenDataFile > from paraview.simple import IsoVolume > > r

Re: [Paraview] Issues with ParticlePath filter

2016-03-08 Thread Andy Bauer
Hi Evan, I just tried replicating those issues with PV 5.0 and didn't see the crash with either case 1 or 2. If you can share a data set and pv state file that replicates the issue with 5.0 I can take a deeper look at this. As for starting pathlines from a specific point in time instead of the in

Re: [Paraview] pv5.0 multi-page tiff in parallel

2016-03-08 Thread Insley, Joseph A.
Utkarsh, I have now tested a 5.0.0 install with the tiff patch applied (thanks Dave), and the multi-page tiff reader appears to be working as expected, both serial and in parallel. Thanks joe > On Mar 1, 2016, at 7:37 PM, Utkarsh Ayachit > wrote: > >> Do I have to download a different versi

Re: [Paraview] Paraview v5.0.0-RC1 with OpenGL2 backend not running using OSMESA v10.5.5

2016-03-08 Thread Andy Smith
Utkarsh, Are there any updates to the Surface LIC issues with ParaView 5.0.x / OpenGL2? Is there a Bug that I should be following for this issue? My group uses Surface LIC a fair amount and we're encouraged by the performance increase of 5.0 over 4.4 so we'd really like to make the transition.

Re: [Paraview] Paraview v5.0.0-RC1 with OpenGL2 backend not running using OSMESA v10.5.5

2016-03-08 Thread Utkarsh Ayachit
> Are there any updates to the Surface LIC issues with ParaView 5.0.x / > OpenGL2? I am afraid not. It's still on the TODO list. BTW, the issues with LIC & OpenGL2 only affect cases with parallel rendering on more than 1 rank. If you're not using it in such a setup, you should be able to switch to

Re: [Paraview] Apply isovolume filter using Python

2016-03-08 Thread Arshpreet Singh
On Mon, Mar 7, 2016 at 7:19 PM, Utkarsh Ayachit wrote: > You're using a mix of advanced & simple API which is causing this > issue. Change your code as follows: > > > > from paraview.simple import Show,Render > from paraview.simple import OpenDataFile > from paraview.simple import IsoVolume > > r