Opened 6 years ago
Closed 5 years ago
#2466 closed defect (duplicate)
pseudobonds to ribbons difficult to select and get balloon help for
| Reported by: | Eric Pettersen | Owned by: | Tom Goddard |
|---|---|---|---|
| Priority: | moderate | Milestone: | |
| Component: | Graphics | Version: | |
| Keywords: | Cc: | Tom Goddard | |
| Blocked By: | Blocking: | ||
| Notify when closed: | Platform: | all | |
| Project: | ChimeraX |
Description
The code to detect pseudobond picking needs to be updated to reflect the changes in #183
Change History (3)
comment:1 by , 6 years ago
| Cc: | added; removed |
|---|---|
| Owner: | changed from to |
comment:2 by , 5 years ago
| Owner: | changed from to |
|---|
Note:
See TracTickets
for help on using tickets.
Reassiging to Conrad who changed the pseudobond rendering. The first_intercept() selection code is not using the pseudobond tether positions.
The Pseudobonds.pb_coords and pb_scene_coords properties loop over all pseudobonds -- this should be done in C++. The purpose of the Collections such as Pseudobonds are to get high performance in the graphics and avoid looping over atoms, bonds and pseudobonds in Python.