MantisBT - ParaView
View Issue Details
0006783ParaView(No Category)public2008-04-09 17:472009-05-13 13:59
Ken Moreland 
Utkarsh Ayachit 
highminorhave not tried
closedfixed 
 
3.43.4 
0006783: Cannot convert frustum selection to id selection
Create a Wavelet source and perform a select cells through operation. In the selection inspector, change the selection type from Frustum to either IDs or Global IDs. The selection disappears. The selection should be converted to IDs (which was the behavior in 3.2.1).
No tags attached.
related to 0007126closed Utkarsh Ayachit Disable global id selection when global ids are not available. 
Issue History
2008-04-09 17:47Ken MorelandNew Issue
2008-04-09 17:47Ken MorelandStatusbacklog => tabled
2008-04-09 17:47Ken MorelandAssigned To => Berk Geveci
2008-05-08 13:51Berk GeveciNote Added: 0011760
2008-05-08 13:51Berk GeveciAssigned ToBerk Geveci => Utkarsh Ayachit
2008-05-12 11:37Utkarsh AyachitStatustabled => @80@
2008-05-12 11:37Utkarsh AyachitResolutionopen => fixed
2008-05-12 11:37Utkarsh AyachitNote Added: 0011819
2008-05-13 19:05Alan ScottStatus@80@ => @20@
2008-05-13 19:05Alan ScottResolutionfixed => reopened
2008-05-13 19:05Alan ScottNote Added: 0011877
2008-05-14 10:37Ken MorelandNote Added: 0011897
2008-05-14 10:45Utkarsh AyachitNote Added: 0011900
2008-05-16 14:10Utkarsh AyachitStatus@20@ => @80@
2008-05-16 14:10Utkarsh AyachitResolutionreopened => fixed
2008-05-21 23:10Alan ScottStatus@80@ => @20@
2008-05-21 23:10Alan ScottResolutionfixed => reopened
2008-05-21 23:10Alan ScottNote Added: 0012062
2008-05-30 10:31Utkarsh AyachitRelationship addedrelated to 0007126
2008-05-30 10:32Utkarsh AyachitStatus@20@ => @80@
2008-05-30 10:32Utkarsh AyachitResolutionreopened => fixed
2008-05-30 10:32Utkarsh AyachitNote Added: 0012162
2008-06-02 19:12Alan ScottStatus@80@ => closed
2008-06-02 19:12Alan ScottNote Added: 0012196
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
(0011760)
Berk Geveci   
2008-05-08 13:51   
Re-enable but add a warning if number of ids in the selection is larger than 10000.
(0011819)
Utkarsh Ayachit   
2008-05-12 11:37   
It's now possible to convert frustum selection to
id/global-id selection. If number of IDs is > 10,000, then a warning is flashed.

------------------------------------
commitid: Jh2cL1CYGUdIOG2t;
------------------------------------
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMSelectionHelper.cxx,v <-- Servers/ServerManager/vtkSMSelectionHelper.cxx
new revision: 1.16; previous revision: 1.15
/cvsroot/ParaView3/ParaView3/Qt/Components/pqSelectionInspectorPanel.cxx,v <-- Qt/Components/pqSelectionInspectorPanel.cxx
new revision: 1.27; previous revision: 1.26
(0011877)
Alan Scott   
2008-05-13 19:05   
When I select Global ID's, I get lots of grumbling verbage back. Is this expected behavior? Local ParaView, XP.
(0011897)
Ken Moreland   
2008-05-14 10:37   
Can you be more specific about the grumbling? I just loaded disk_out_ref, selected the entire thing with a frustum select (either points or cells) and then converted to global ids. The process was silent.
(0011900)
Utkarsh Ayachit   
2008-05-14 10:45   
Alan,

There was a bug in PVGeometryFilter that I fixed (probably yesterday) which was causing some errors on the (process > 0). So you may want to update before trying it out again.
(0012062)
Alan Scott   
2008-05-21 23:10   
OK, that fixed the grumbling - too many error messages issue.



Next, I did the following (seems to need to be done exactly as follows):
* Wavelet source.
* Representation: Surface.
* Select cells through.
* Rotate the wavelet with the left mouse button.
* Selection inspector, change selection type from frustum to IDs.
* Rotate the wavelet with the left mouse button.
* Selection inspector, change selection type from IDs to Global IDs. The select goes away - should it?
* Rotate the wavelet with the left mouse button.
* Selection inspector, change selection type from Global IDs to IDs.
* Rotate the cube, and you will find that multiple random cells are now selected. Surely this shouldn't be happening...

Client/Server, 6 pvservers, XP client.
(0012162)
Utkarsh Ayachit   
2008-05-30 10:32   
Conversion to global ids should not be available to wavelet since wavelet doesn't produce gloabl ids. Added a new bug 0007126 for that.
(0012196)
Alan Scott   
2008-06-02 19:12   
Fixed. Tested as per my notes below.