[Paraview] RequestData gets called twice when in parallel

Paul Edwards paul.m.edwards at gmail.com
Wed Aug 24 07:41:19 EDT 2011


Hi,

Filters have their RequestData called twice when using a parallel server.
 This happens when the filter is first added - subsequent "Apply"s only
called it once.

To reproduce:
First run a parallel server, attach a debugger and set a breakpoint in
"vtkArrayCalculator::RequestData"
Create a Box source
Use calculator to add an array, e.g. "coordsX"
Click Apply [ RequestData gets called twice ]
Update arrat , e.g. "coordsX + 0"
Click Apply [ RequestData only gets called once ]

I've added a bug report - http://www.paraview.org/Bug/view.php?id=12546

Regards,
Paul
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20110824/40917ba5/attachment.htm>


More information about the ParaView mailing list