Ticket #7161 (closed: fixed)
Expose ParaView's pick center mode to VSI.
Reported by: | Michael Reuter | Owned by: | Michael Reuter |
---|---|---|---|
Priority: | major | Milestone: | Release 2.6 |
Component: | GUI | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #7315 | Tester: | Owen Arnold |
Description
ParaView has a mode that allows one to pick the center of rotation via mouse click. This needs to be exposed to the VSI
Attachments
Change History
comment:2 Changed 7 years ago by Michael Reuter
- Status changed from new to accepted
Going to do this by exposing the pqAxesToolbar to the VSI. It also gets us a couple of other requests for free.
comment:3 Changed 7 years ago by Michael Reuter
Refs #7161. Exposing the pqAxesToolbar widget.
This was installed on the same line as the color control widgets. Also, the set center to point button moved with it. In addition, some adjustments were made to the top row layout.
Changeset: f1ffe6339f815f39f3ab94fa397dadd699c2eabd
comment:4 Changed 7 years ago by Michael Reuter
Refs #7161. Removing unneeded code.
Changeset: 9bdef644fa9cc1b51c9ca2e7218941633aded469
comment:5 Changed 7 years ago by Michael Reuter
- Status changed from accepted to verify
- Resolution set to fixed
The branch is here.
To test: Open a MDWorkspace in the VSI. Use the Pick Center button (green circle arrow with black pointer) and use the mouse to pick a new rotation center. Rotate the view and see that is goes around the newly picked center.
comment:7 Changed 7 years ago by Owen Arnold
- Status changed from verify to verifying
- Tester set to Owen Arnold
comment:8 Changed 7 years ago by Owen Arnold
- Status changed from verifying to closed
This works exactly as I expected it to.
- Works for all the views
- Reseting the viewing region or the center undid the changes made by choosing a rotation center
- Rotated around the new center as expected
Minor point (see attached) the last button, called 'Reset Center to Point', isn't sized nicely wrt the rest of the layout.
comment:10 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 8007