Re: [Paraview] [ANNOUNCE] ParaView 5.5.1 now available for download

2018-06-06 Thread Burlen Loring
Hi Utkarsh, Sorry I missed your reply, I thought my post got bounced and didn't look. BUILD_SHARED_LIBS=OFF and PARAVIEW_USE_VISITBRIDGE=ON will reproduce the issue. I was able to quickly move past it by finding VISIT_STATIC in the cmake code and making the following change

Re: [Paraview] Adding Filters to Catalyst

2018-06-06 Thread Gregg Streuber
Hey Andy, Apologies, I must have hit “reply” without thinking, rather than reply all. I’ve actually managed to resolve that issue, it turned out to be a configuration issue with my build of OpenGL. I do have another question though. I’ve been playing around processing some data using

Re: [Paraview] Find the intersection point between a connectivity and a stream tracer

2018-06-06 Thread Caffagni, Andrea
Thank you Cory for the answer, Your idea works also if I have, instead of a slice, only a portion of a slice (I cut slices portions thanks to the connectivity filter)? In the image attached, I have created a connectivity (in blue) of a slice and a streamline in red that crosses it. Best

Re: [Paraview] Fw: How do we get the indexes and IDs from the extracted selections to be seen in the Trace?

2018-06-06 Thread Favre Jean
The indices of the points selected are in a field called "vtkOriginalPointIds". It is a field with a special meaning and is hidden in some cases. if you write the selected data to disk, it will show up as field "vtkOriginalPointIds" Consider the pvpython code below: from paraview.simple

[Paraview] rgb lookup table

2018-06-06 Thread Claudio via ParaView
Hi,I'm stuck with a problem concerning colors assignment to data.I've a list of 8 tensors (here represented as circular ellipsoids, see short vtk file below)I typically open the file and filter using ("tensor glyph").Now I would like to assign to each tensor glyph a unique color specified by an

Re: [Paraview] [Paraview-developers] Reminder: ParaView community support is transitioning to discourse.paraview.org

2018-06-06 Thread Cory Quammen
On Wed, Jun 6, 2018 at 10:37 AM Sgouros, Thomas wrote: > Thank you. Will the VTK forums be moving there, too? > That is eventually the plan. Cory > -Tom > > On Wed, Jun 6, 2018 at 10:15 AM, Cory Quammen > wrote: > >> Hi ParaView community, >> >> This is just a reminder that we are

Re: [Paraview] [Paraview-developers] Reminder: ParaView community support is transitioning to discourse.paraview.org

2018-06-06 Thread Sgouros, Thomas
Thank you. Will the VTK forums be moving there, too? -Tom On Wed, Jun 6, 2018 at 10:15 AM, Cory Quammen wrote: > Hi ParaView community, > > This is just a reminder that we are transitioning our community support > forums to > > https://discourse.paraview.org/ > > Discourse is now the

Re: [Paraview] Adding Filters to Catalyst

2018-06-06 Thread Andy Bauer
Hi Gregg, Please keep the conversations on the mailing list so that everyone can participate (also, emails get lost in my inbox so that can also delay a quick response). I believe that the Catalyst examples should compile properly with all of the Catalyst editions (though I haven't tested them).

[Paraview] Reminder: ParaView community support is transitioning to discourse.paraview.org

2018-06-06 Thread Cory Quammen
Hi ParaView community, This is just a reminder that we are transitioning our community support forums to https://discourse.paraview.org/ Discourse is now the preferred place to post new topics and help requests. In just a week of operation there are already a good number of discussions taking

Re: [Paraview] Fw: How do we get the indexes and IDs from the extracted selections to be seen in the Trace?

2018-06-06 Thread Cory Quammen
On Wed, Jun 6, 2018 at 9:37 AM Sarah Flaherty wrote: > If it does not show in the trace, is it possible to access those numbers > through the python shell? > Alas, the situation is the same. As a workaround, you can add a GenerateIds filter to your data to generate point and cell IDs, and add

Re: [Paraview] Fw: How do we get the indexes and IDs from the extracted selections to be seen in the Trace?

2018-06-06 Thread Sarah Flaherty
Cory, If it does not show in the trace, is it possible to access those numbers through the python shell? Sarah From: Cory Quammen Sent: Wednesday, June 6, 2018 9:31:41 AM To: Sarah Flaherty Cc: paraview@public.kitware.com; ParaView Subject: Re: [Paraview] Fw:

Re: [Paraview] Fw: How do we get the indexes and IDs from the extracted selections to be seen in the Trace?

2018-06-06 Thread Cory Quammen
Hi Sarah, I'm afraid that selections are not currently well supported in Python. Because of that, they are not recorded in Python traces. It is on our todo list to provide a real Python API for selections in one of the next ParaView releases. Best regards, Cory On Wed, Jun 6, 2018 at 9:17 AM

[Paraview] Fw: How do we get the indexes and IDs from the extracted selections to be seen in the Trace?

2018-06-06 Thread Sarah Flaherty
Paraview, I am trying to have the index of the points that are selected and extracted displayed in the trace. They are seen in the Properties Bar on the right when the ExtractSelection1 is active, however they are not seen in the trace. How do I get this information into python script or the

Re: [Paraview] JSON based new meta file format for series added

2018-06-06 Thread Favre Jean
Never, I'll answer my own question. Must have been an operator error. Selecting "All Files (*)" and simply double-clicking on the file name does the job. That is a great addition to ParaView. Well done! Jean ___ Powered by www.kitware.com ParaView

[Paraview] JSON based new meta file format for series added

2018-06-06 Thread Favre Jean
ParaView 5.5 Release Notes present a JSON-based reader for time series. I have prepared a meta-data file for a series of *vtu files, I called it name.vtu.series but ParaView 5.5.1 does not present me with any choice of reader which would accept it. Is there a compile option to enable, or what