MantisBT - ParaView
View Issue Details
0008281ParaViewBugpublic2008-12-10 21:472010-02-22 20:05
Alan Scott 
Utkarsh Ayachit 
immediatefeaturealways
closedfixed 
 
3.83.8 
0008281: Ability to toggle blocks off by selecting them in one step
I have a user that would like to click on a block, and turn it off. At present, this has to be done as follows: Select block/ Look in Selection Inspector/Find block number/ go to Object inspector/ find block number/ turn it off/ accept.

What is wanted is a button such as 'd' that will delete blocks, or a way to automatically hide selected blocks setting in the Selection Inspector, then the user would select the block which would then be hidden.

Whatever solution we find, it should include no more than about 2 keystrokes/mouse strokes, etc.
No tags attached.
has duplicate 0008564closed  Add abllity to toggle block visibility on and off 
Issue History
2008-12-10 21:47Alan ScottNew Issue
2009-02-17 15:36Utkarsh AyachitCategory3.6 => Pending
2009-02-20 14:08Ken MorelandCategoryPending => 3.8
2009-05-13 13:40Utkarsh AyachitTarget Version => 3.8
2010-01-19 14:19Alan ScottRelationship addedhas duplicate 0008564
2010-02-01 14:29Utkarsh AyachitPrioritynormal => immediate
2010-02-01 14:30Utkarsh AyachitCategory => Bug
2010-02-05 12:27Utkarsh AyachitNote Added: 0019460
2010-02-05 12:27Utkarsh AyachitStatusbacklog => @80@
2010-02-05 12:27Utkarsh AyachitFixed in Version => 3.8
2010-02-05 12:27Utkarsh AyachitResolutionopen => fixed
2010-02-05 12:27Utkarsh AyachitAssigned To => Utkarsh Ayachit
2010-02-22 20:05Alan ScottNote Added: 0019585
2010-02-22 20:05Alan ScottStatus@80@ => closed

Notes
(0019460)
Utkarsh Ayachit   
2010-02-05 12:27   
The pqExodusIIPanel now has two buttons that enable
the user to quickly check/uncheck the selected blocks. The user creates a block
selection the normal way (using the 'B' or the selection toolbar) and then he
can use these buttons to update the checked blocks. Note that for this to work,
the user has to select the data from the exodus reader itself.

/cvsroot/ParaView3/ParaView3/Qt/Components/pqExodusIIPanel.cxx,v <-- Qt/Components/pqExodusIIPanel.cxx
new revision: 1.25; previous revision: 1.24
/cvsroot/ParaView3/ParaView3/Qt/Components/pqExodusIIPanel.h,v <-- Qt/Components/pqExodusIIPanel.h
new revision: 1.11; previous revision: 1.10
/cvsroot/ParaView3/ParaView3/Qt/Components/pqSILModel.cxx,v <-- Qt/Components/pqSILModel.cxx
new revision: 1.6; previous revision: 1.5
/cvsroot/ParaView3/ParaView3/Qt/Components/pqSILModel.h,v <-- Qt/Components/pqSILModel.h
new revision: 1.3; previous revision: 1.2
/cvsroot/ParaView3/ParaView3/Qt/Components/Resources/UI/pqExodusIIPanel.ui,v <-- Qt/Components/Resources/UI/pqExodusIIPanel.ui
new revision: 1.16; previous revision: 1.15
/cvsroot/ParaView3/ParaView3/Servers/Common/vtkPVCompositeDataInformationIterator.cxx,v <-- Servers/Common/vtkPVCompositeDataInformationIterator.cxx
new revision: 1.3; previous revision: 1.2
/cvsroot/ParaView3/ParaView3/Servers/Common/vtkPVCompositeDataInformationIterator.h,v <-- Servers/Common/vtkPVCompositeDataInformationIterator.h
new revision: 1.2; previous revision: 1.1
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMSILInformationHelper.cxx,v <-- Servers/ServerManager/vtkSMSILInformationHelper.cxx
new revision: 1.3; previous revision: 1.2
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMSILModel.cxx,v <-- Servers/ServerManager/vtkSMSILModel.cxx
new revision: 1.3; previous revision: 1.2
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMSILModel.h,v <-- Servers/ServerManager/vtkSMSILModel.h
new revision: 1.4; previous revision: 1.3
(0019585)
Alan Scott   
2010-02-22 20:05   
Tested client/remote server. Linux, trunk.