[PyMOL] constant distances over states

2013-02-20 Thread Jordan Willis
Hi everyone, I was wondering if there is an easy way to show distances as a function of state. As you show each state (using the play button or mplay), can you show the distance measurement changing? For now it just keeps the distance of the first state shown. I could script this but first

Re: [PyMOL] constant distances over states

2013-02-20 Thread Thomas Holder
Hi Jordan, distance measurements actually should be multistate by default. Do you create those with a script and provide the state argument? # create multi-state measurement (default) distance test, pk1, pk2, state=0 # create only for state 1 distance test, pk1, pk2, state=1 Cheers, Thomas