Pulled this off list since I have some ignorant questions to ask :-) So I loaded the data and it seems to render fine (100 fps). I did not have the state file so I'm not sure what pipeline etc is being used. When I hit the animation button it plugs along at one frame a second or so. I have no clue if that is what is expected or not. It appears that the rendering data is being rebuilt every frame. Again I just don't know enough about PV to know if that is expected or not. I would think PV would cache the timesteps if the size is modest but maybe not. I will build PV and run it in the profiler but it may be tomorrow before the build wraps up.
If you have a modest VTK example then I could probably answer your question easily.But PV is a much more complex beast and I do not know the internals well enough to guess. Thanks Ken On Tue, Feb 23, 2016 at 10:46 AM, Joachim Pouderoux < [email protected]> wrote: > Wow, this is indeed very slow. > Looking at the Timer Log it seems to me like what is slow is the rendering. > Indeed: add an Outline filter after the CellDataToPointData and hide the > CellDataToPointData source. It's fast as it should. You can also try with a > ProgrammableFilter, same result. > > It looks like what is slow is coloring by a PointData array (choose a > celldata array and is fast)... > > @Ken: any idea why this happens? is it something that has been fixed > recently? > > Joachim > > > *Joachim Pouderoux* > > *PhD, Technical Expert* > *Kitware SAS <http://www.kitware.fr>* > > > 2016-02-23 16:25 GMT+01:00 Ruggiero Guida <[email protected]>: > >> The pipeline has been generated with 4.4 though. >> >> On Tue, 23 Feb 2016 at 15:24 Ruggiero Guida <[email protected]> >> wrote: >> >>> Hi Joachim, >>> >>> You can download the first 10 files of the series here >>> <https://dl.dropboxusercontent.com/u/1342856/Archive.zip>. I am also >>> attaching the state file >>> >>> The pipeline is quite simple: >>> - Open files >>> - Apply filter >>> >>> Thanks >>> Ruggiero >>> >>> On Tue, 23 Feb 2016 at 15:09 Joachim Pouderoux < >>> [email protected]> wrote: >>> >>>> Ruggiero, >>>> >>>> Could you give us the whole pipeline involved here? >>>> As you are processing temporal data, CellDataToPointData might not be >>>> the problem here: the reader might be the cause. >>>> >>>> Joachim >>>> >>>> *Joachim Pouderoux* >>>> >>>> *PhD, Technical Expert* >>>> *Kitware SAS <http://www.kitware.fr>* >>>> >>>> >>>> 2016-02-23 15:16 GMT+01:00 Ruggiero Guida <[email protected]>: >>>> >>>>> Hi Cory, >>>>> >>>>> I am using the binary version: >>>>> >>>>> ParaView-5.0.0-Qt4-OpenGL2-MPI-OSX10.7-64bit.dmg >>>>> >>>>> Thanks >>>>> Ruggiero >>>>> >>>>> On Tue, 23 Feb 2016 at 14:15 Cory Quammen <[email protected]> >>>>> wrote: >>>>> >>>>>> Ruggiero, >>>>>> >>>>>> Are you using the ParaView 5.0 MacOS binary from the ParaView >>>>>> downloads page, or are you building it yourself? If the latter, make >>>>>> sure to build in Release mode. >>>>>> >>>>>> Thanks, >>>>>> Cory >>>>>> >>>>>> On Tue, Feb 23, 2016 at 9:14 AM, Ruggiero Guida >>>>>> <[email protected]> wrote: >>>>>> > Hi, >>>>>> > >>>>>> > I am testing Paraview 5.0 on MacOS X Yosemite and I have noticed >>>>>> that the >>>>>> > CellDataToPointData filter has become very, very slow. >>>>>> > >>>>>> > I am visualizing a timeseries and each timestep may take up to 2 >>>>>> seconds to >>>>>> > be visualized. >>>>>> > >>>>>> > In order to verify I have reinstalled 4.4 and everything is smooth >>>>>> as >>>>>> > always. >>>>>> > >>>>>> > Any suggestion on why this is happening? Is there any default >>>>>> parameter that >>>>>> > I should set? >>>>>> > >>>>>> > Thanks >>>>>> > Ruggiero >>>>>> > >>>>>> > _______________________________________________ >>>>>> > Powered by www.kitware.com >>>>>> > >>>>>> > Visit other Kitware open-source projects at >>>>>> > http://www.kitware.com/opensource/opensource.html >>>>>> > >>>>>> > Please keep messages on-topic and check the ParaView Wiki at: >>>>>> > http://paraview.org/Wiki/ParaView >>>>>> > >>>>>> > Search the list archives at: http://markmail.org/search/?q=ParaView >>>>>> > >>>>>> > Follow this link to subscribe/unsubscribe: >>>>>> > http://public.kitware.com/mailman/listinfo/paraview >>>>>> > >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Cory Quammen >>>>>> R&D Engineer >>>>>> Kitware, Inc. >>>>>> >>>>> >>>>> _______________________________________________ >>>>> Powered by www.kitware.com >>>>> >>>>> Visit other Kitware open-source projects at >>>>> http://www.kitware.com/opensource/opensource.html >>>>> >>>>> Please keep messages on-topic and check the ParaView Wiki at: >>>>> http://paraview.org/Wiki/ParaView >>>>> >>>>> Search the list archives at: http://markmail.org/search/?q=ParaView >>>>> >>>>> Follow this link to subscribe/unsubscribe: >>>>> http://public.kitware.com/mailman/listinfo/paraview >>>>> >>>>> >>>> > -- Ken Martin PhD Chairman & CFO Kitware Inc. 28 Corporate Drive Clifton Park NY 12065 518 371 3971 This communication, including all attachments, contains confidential and legally privileged information, and it is intended only for the use of the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken in reliance on it is prohibited and may be unlawful. If you received this communication in error please notify us immediately and destroy the original message. Thank you.
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
