|
Notes |
|
|
(0012151)
|
|
Berk Geveci
|
|
2008-05-29 13:37
|
|
|
This is a stretch goal for 3.4 |
|
|
|
(0012171)
|
|
Utkarsh Ayachit
|
|
2008-05-30 16:34
|
|
Expanding selections using Ctrl is now supported. Only works for ids based selection and block selection.
/cvsroot/ParaView3/ParaView3/Qt/Core/pqRenderView.cxx,v <-- Qt/Core/pqRenderView.cxx
new revision: 1.39; previous revision: 1.38
/cvsroot/ParaView3/ParaView3/Qt/Core/pqRenderView.h,v <-- Qt/Core/pqRenderView.h
new revision: 1.22; previous revision: 1.21
/cvsroot/ParaView3/ParaView3/Qt/Core/pqRubberBandHelper.cxx,v <-- Qt/Core/pqRubberBandHelper.cxx
new revision: 1.9; previous revision: 1.8
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMSelectionHelper.cxx,v <-- Servers/ServerManager/vtkSMSelectionHelper.cxx
new revision: 1.18; previous revision: 1.17
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMSelectionHelper.h,v <-- Servers/ServerManager/vtkSMSelectionHelper.h
new revision: 1.6; previous revision: 1.5 |
|
|
|
(0012191)
|
|
Alan Scott
|
|
2008-06-02 18:53
|
|
This is absolutely fabulous! Nice job.
Question - it doesn't work for "Select Cells Through" and Select Points Through". Is this an oversight, or by design? I am fine if Select Cells/Points Through do not work with the <ctrl> key. |
|
|
|
(0012209)
|
|
Utkarsh Ayachit
|
|
2008-06-03 07:38
|
|
|
It cannot work for "Select Cells/Points Through" since union of two frustums is not a frustum. The underlying selection mechanism will have to change to take in multiple frustums. |
|
|
|
(0012226)
|
|
Alan Scott
|
|
2008-06-03 12:32
|
|
|
Excellent. Tested client/server. |
|