19 Feb
2024
19 Feb
'24
12:51 p.m.
Dear ChimeraX dev team, I found an issue with the styling of the ball&stick representation in ChimeraX. Here is a code snipplet to see the issue: # load a random model and show two residues open 7ott hide cartoons show #1:283-284 atoms style #1:283-284 ball # this worked size #1:283 stickRadius 0.1 size #1:284 stickRadius 0.25 # this does not work size #1:283 ballScale 0.4 size #1:284 ballScale 0.1 The ballScale value is not applied on the selection like the stickRadius, but is always applied globally. I am running the latest daily build (1.8.dev202402162121 (2024-02-16 21:21:18 UTC)) on MacOS. Best Christian