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
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
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
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
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
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
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.
> 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
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