[PyMOL] colouring states independently

2012-08-31 Thread John Russo
Hi, I have been fighting with this problem for some time now, and I think it is time to try to ask to more experienced users. What I want to achieve is really simple. I want to make a movie with only spheres. At every frame each sphere has also a scalar property (e.g. local density) which is used

Re: [PyMOL] colouring states independently

2012-08-31 Thread Thomas Holder
Hi John, what you need is a discrete object, not only because of the coloring, but also because you say the number of particles is not the same for each state. Try to apply two modifications: 1) discrete argument for load: cmd.load(file, movie, discrete=1) 2) state argument for select:

Re: [PyMOL] colouring states independently

2012-08-31 Thread John Russo
Thank you, I didn't know that select has also a state option. That solved the problem. John On 08/31/2012 04:57 PM, Thomas Holder wrote: Hi John, what you need is a discrete object, not only because of the coloring, but also because you say the number of particles is not the same for