MantisBT - Old ParaView Bugs
View Issue Details
0002235Old ParaView Bugs public2005-09-14 16:452005-09-14 16:45
Brad King 
Berk Geveci 
lowminoralways
assignedopen 
0002235: Filters execute on creation with no parameters
vtkPVSource::InitializeClone has the line

    this->Proxy->UpdateInformation();

which causes a newly created filter to run RequestInformation. The problem is that no parameter values are set on the VTK filter object on the server. Therefore whatever information is supposed to be used from the result of RequestInformation may not be what the filter will produce after the parameters are set.
No tags attached.
Issue History

There are no notes attached to this issue.