Opened 8 years ago
Closed 8 years ago
#741 closed defect (fixed)
style command "dashes" but not "pseudobondRadius" works with pb model spec
Reported by: | Elaine Meng | Owned by: | Tom Goddard |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Depiction | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
The style command "dashes" option works with pb model specified directly, but its "pseudobondRadius" option only works if the corresponding atoms are specified instead. Should make the latter also work with pb model spec.
Example:
open 1bna
style #1.1 dashes 0
style #1.1 pseudobondrad 0.5
... that does nothing, must instead use
style #1 ps 0.5
Maybe that's not so bad, but it's more confusing when the pseudobonds are a separate model like struts, e.g.
struts @n1 fat false
style #2 ps .1
(instead need: style @n1 ps .1)
Note:
See TracTickets
for help on using tickets.
Fixed.
Just forgot to make this work when I added support for specifying pseudobond groups for the dashes option.