Re: [Paraview] Filter suddenly stopped working "did not create output for port 0"

2017-12-08 Thread Utkarsh Ayachit
> I had previously configured paraview with ccmake and set build type to > Release and enabled Python. > Any idea how that may impact this? Not entirely sure how, unless some incorrect libraries are getting loaded. Are you on Windows? Is your PATH sane? Utkarsh

Re: [Paraview] from matlab to paraview

2017-12-08 Thread Chuck Atkins
Hi Doina, Can you not just open it directly from [File] -> "Open"? Or are you wanting to build a script to do automated processing? If you're trying to do automated processing, the easiest way to build your script is perform the actions in the GU and "record" that as a python script with

Re: [Paraview] animation: files, pgmable source

2017-12-08 Thread Utkarsh Ayachit
Oops. I meant to say -- "I am a little confused here" :). On Fri, Dec 8, 2017 at 10:10 AM, Utkarsh Ayachit wrote: > Hmm, little confused here? Why not keep the timesteps in the reader > unchanged and explcitly do the timestep of interest and save > screenshot? > > On

Re: [Paraview] animation: files, pgmable source

2017-12-08 Thread Heiland, Randy
No, no, I’m sure it’s *me* who’s confused. I’m not sure I understand what you’re saying. Are you suggesting keeping the (full) range of timesteps in my script and then, somehow, only render the one of interest? If so, that would be great, except the way things are currently working for me,

Re: [Paraview] animation: files, pgmable source

2017-12-08 Thread Utkarsh Ayachit
Hmm, little confused here? Why not keep the timesteps in the reader unchanged and explcitly do the timestep of interest and save screenshot? On Thu, Dec 7, 2017 at 10:51 AM, Heiland, Randy wrote: > Utkarsh, > > Thanks very much for that! Yes, after some fiddling, I got it to

Re: [Paraview] [EXTERNAL] Segfault with 'Hover Cells' over 3d glyphs

2017-12-08 Thread Scott, W Alan
I believe that the warnings you are seeing is new in the developers tree (i.e., the Alpha that was released for SC), and is being looked at here: https://gitlab.kitware.com/paraview/paraview/issues/17633#note_352250. If they don’t go away, we will have to fix them. The main crash is real. I

Re: [Paraview] Filter suddenly stopped working "did not create output for port 0"

2017-12-08 Thread Chris Marsh
On MacOS. I had an old paraview in my path that I removed prior to this. Perhaps that was it...changed too much now On 8 December 2017 at 07:38, Utkarsh Ayachit wrote: > > I had previously configured paraview with ccmake and set build type to > > Release and

Re: [Paraview] animation: files, pgmable source

2017-12-08 Thread Heiland, Randy
Have a user read in a state file to experiment with a pipeline/filters on a single data file, e.g. they may have 1000 files and they want to initially look at the last one. When they’re content with the vis on a single file, they’d like to view an animation in PV on all (or mod N) files. When

Re: [Paraview] animation: files, pgmable source

2017-12-08 Thread Utkarsh Ayachit
Randy, Mind explaining to me what;s your ultimate goal? The way I see it, there are two options: 1. Provide your users with a state file that they load in ParaView UI and then use the UI to save animation or images. Use the UI to move back and forth through the timesteps, etc. 2. Provide your