Re: [Paraview] Cataylst pipeline not updating

2017-02-14 Thread Andy Bauer
-- > *From:* Andy Bauer > *Sent:* Monday, February 13, 2017 11:30 AM > > *To:* Gallagher, Timothy P > *Cc:* paraview@paraview.org > *Subject:* Re: [Paraview] Cataylst pipeline not updating > > Hi Tim, > > It's possible that there's something funk

Re: [Paraview] Cataylst pipeline not updating

2017-02-14 Thread Gallagher, Timothy P
aview@paraview.org Subject: Re: [Paraview] Cataylst pipeline not updating Hi Tim, It's possible that there's something funky going on when the data set being passed through parts of the pipeline are empty. I'm hoping for the easy fix with passing in the time since I've know that has c

Re: [Paraview] Cataylst pipeline not updating

2017-02-13 Thread Andy Bauer
urns it off/disables it when the pipeline is built and > there is no surface at that contour level? > > > Thanks, > > > Tim > > > -- > *From:* Andy Bauer > *Sent:* Monday, February 13, 2017 10:56 AM > *To:* Gallagher, Timothy P >

Re: [Paraview] Cataylst pipeline not updating

2017-02-13 Thread Gallagher, Timothy P
aview] Cataylst pipeline not updating Hi Tim, Try adding in the current time to the UpdatePipeline() calls, e.g. *.UpdatePipeline(datadescription.GetCurrentTime()) It's tough to tell with RequestDataDescription() missing but I assume that DoCoProcessing() is getting called when you want, corr

Re: [Paraview] Cataylst pipeline not updating

2017-02-13 Thread Andy Bauer
Oops, datadescription.GetTime() instead of datadescription.GetCurrentTime(). On Mon, Feb 13, 2017 at 10:56 AM, Andy Bauer wrote: > Hi Tim, > > Try adding in the current time to the UpdatePipeline() calls, e.g. > *.UpdatePipeline(datadescription.GetCurrentTime()) > > It's tough to tell with Reque

Re: [Paraview] Cataylst pipeline not updating

2017-02-13 Thread Andy Bauer
Hi Tim, Try adding in the current time to the UpdatePipeline() calls, e.g. *.UpdatePipeline(datadescription.GetCurrentTime()) It's tough to tell with RequestDataDescription() missing but I assume that DoCoProcessing() is getting called when you want, correct? Let me know if that doesn't solve th

[Paraview] Cataylst pipeline not updating

2017-02-13 Thread Gallagher, Timothy P
Back with another question! I have a pipeline that has 1 input and 4 outputs. The simplest is a IntegrateVariables filter hooked up to the input. Another branch of the pipeline goes through several PythonCalculator filters and a CellDataToPointData filter and then arrives at the three outputs: