MantisBT - ParaView
View Issue Details
0004113ParaView(No Category)public2006-12-01 10:152007-01-09 11:58
Ken Moreland 
Mark Richardson 
urgentfeaturealways
closedfixed 
 
 
0004113: Change filter input
We need the ability to change the input of a filter. Another way to say this is that we need a way to change the connectivity of the pipeline.
No tags attached.
Issue History
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0006046)
Mark Richardson   
2006-12-22 14:40   
I added a change input dialog to allow the user to change the input of a filter. It is accessable through the pipeline menu or the pipeline browser's context menu.
(0006078)
Ken Moreland   
2007-01-03 17:25   
The functionality seems to work, but when I tried it I got the following messages in the Output window:

no server specified. cannot undo/redo.
EndUndoSet called without a BeginUndoSet.

I get this behavior with the following operations:

1. Create a wavelet source.
2. Add a contour filter to the Wavelet source.
3. Add a clip filter to the contour filter.
4. Change the input of the clip filter to the wavelet source.
(0006107)
Mark Richardson   
2007-01-08 17:59   
I added save/restore state for moving indexes in the pipeline browser. This ensures that there will be a selection after removing an input connection. The undo set for the new connection works since the selection still exists.