-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for manipulating DRR position using the arrow keys #294
Add support for manipulating DRR position using the arrow keys #294
Conversation
cd63be9
to
b6185cd
Compare
cool - lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super cool Anthony! Got a thumbs up from the students in my lab.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beside of few nitpicks, I suggest to simplify the logic by doing the bookkeeping of the DOF being updated directly int the timeline widget.
6a0fa56
to
d79a13b
Compare
d79a13b
to
3ebb178
Compare
Adds support for manipulating DRR position using the arrow keys.
Controls:
Left
Select previous DOF.Right
Select next DOF.Up
Increment selected DOF.Down
Decrement selected DOF.Selected DOF is bolded on the timeline
Vary the step size by going to
Tracking-> Advanced Settings -> Step Size
defaults to1mm/deg
Closes #285