Re: [PyMOL] simple suggestion

2003-05-09 Thread Nukri Sanishvili
yes, this is what i've been doing but when you close the session and restart later on, all your defaults are gone. hope introducing the echoing (thanks for the term) will not be too taxing on the developers' time. n. Ruslan Sanishvili (Nukri) Ph.D. GM/CA-CAT, APS Argonne National Laboratory 9700 S

RE: [PyMOL] simple suggestion

2003-05-09 Thread Byron DeLaBarre
Pymolists/pymolers/pymolanians/pymolizers/pymolanders I think that echoing defaults back is a good idea. In the meanwhile, you can leave the 'edit all' window open as it does not update until it is closed and reopened. That way you can at least see what the value was set before you start tweakin

[PyMOL] simple suggestion

2003-05-09 Thread Nukri Sanishvili
Dear pymolists, I though it could be a good idea to include the default values in the responses to set commands. For example, when one does set reflect_power,2 and the software responds "Setting: reflect_power set to 2.0", it could say "Setting: reflect_power set to 2.0 (default 1.0).

[PyMOL] how to change radius of cylindrical helix

2003-05-09 Thread Scott Classen
On Thursday, May 8, 2003, at 11:37 PM, yibin xu wrote: Dear All, I got a simple question here, how to change radius of CYLINDRICAL HELICES(I actually want to make default cylindrical helices thiner). Thanks very much in advance Best regards yibin this is to turn on cylyndrical helices and

Re: [PyMOL] Drawing dashed lines

2003-05-09 Thread Gareth Stockwell
Jason, I don't know Molscript, but I think the following commands will do what you want: select a, ///A/501/02 select b, ///B/229/N distance d, a, b This will give you a dashed line object d which is labelled with the distance between the two atoms 'a' and 'b' - you can g