MantisBT - ParaView
View Issue Details
0006806ParaView(No Category)public2008-04-15 09:552009-05-13 13:59
Robert Maynard 
Utkarsh Ayachit 
normalfeaturealways
closedfixed 
Apple MacOS X10.4.10
 
3.43.4 
0006806: Mulitple Visibility of Pipeline Objects
Finished adding the ability to turn on/off multiple items at a time. Basically it checks that selected list of items when a person clicks on an 'eye' and flips their visibility. Checks are in place to make sure that it only does this if the eye that is selected is inside the selected list, otherwise it operates on the 'eye' only.
No tags attached.
zip mvis.zip (8,631) 2008-04-15 09:55
https://www.vtk.org/Bug/file/6406/mvis.zip
zip vis.zip (8,624) 2008-04-15 12:52
https://www.vtk.org/Bug/file/6408/vis.zip
Issue History
2008-04-15 09:55Robert MaynardNew Issue
2008-04-15 09:55Robert MaynardFile Added: mvis.zip
2008-04-15 11:00Robert MaynardNote Added: 0011330
2008-04-15 12:52Robert MaynardNote Added: 0011338
2008-04-15 12:52Robert MaynardFile Added: vis.zip
2008-04-19 15:05Berk GeveciNote Added: 0011441
2008-04-19 15:05Berk GeveciAssigned To => Utkarsh Ayachit
2008-04-19 15:05Berk GeveciStatusbacklog => tabled
2008-04-21 10:40Utkarsh AyachitStatustabled => @80@
2008-04-21 10:40Utkarsh AyachitResolutionopen => fixed
2008-04-21 10:40Utkarsh AyachitNote Added: 0011451
2008-04-23 14:37Alan ScottStatus@80@ => closed
2008-04-23 14:37Alan ScottNote Added: 0011513
2009-05-13 13:58Utkarsh AyachitTarget Version => 3.4
2009-05-13 13:59Utkarsh AyachitFixed in Version => 3.4
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0011330)
Robert Maynard   
2008-04-15 11:00   
After some more testing there seems to be a problem. The code to check if you are inside the selection group fails, when you have more than 1 multiple input in the pipeline.

To be more exact when you have selected some parts on multiple Input 1, and then click on a multiple input 2 item, you should only turn on the visibility of multiple input item 2, not 1 (which it is currently doing).
(0011338)
Robert Maynard   
2008-04-15 12:52   
Fixed the problem with multiple input items
(0011441)
Berk Geveci   
2008-04-19 15:05   
Utkarsh:

Can you check the patch and apply it if appropriate? Otherwise, please set the target to 3.6.
(0011451)
Utkarsh Ayachit   
2008-04-21 10:40   
Committing patch for BUG 0006806 excluding the part for deleting multiple items.

/cvsroot/ParaView3/ParaView3/Qt/Components/pqPipelineBrowser.cxx,v <-- Qt/Components/pqPipelineBrowser.cxx
new revision: 1.25; previous revision: 1.24
/cvsroot/ParaView3/ParaView3/Qt/Components/pqPipelineBrowser.h,v <-- Qt/Components/pqPipelineBrowser.h
new revision: 1.18; previous revision: 1.17
(0011513)
Alan Scott   
2008-04-23 14:37   
Very nice. Tested client/server.