Re: [PyMOL] Saving movie

2002-06-02 Thread kkliang
"Warren L. DeLano" wrote: > > You've got choose either real-time manipulation with OpenGL-quality > rendering or prerendered movies without manipulation. We need another > 100-1000 fold increase in CPU performace before real-time raytracing will > become possible. > > -Warren Dear Warren, Do

Re: [PyMOL] Saving movie

2002-06-02 Thread Warren L. DeLano
On Sun, 2 Jun 2002 kkli...@gate.sinica.edu.tw wrote: > Now here comes another question. > I prepared a long movie by running the script I wrote. > I use a very good desktop to generate the movie and > the speed of rendering is fast. > But if I want to demonstrate the same movie with pymol on a > n

Re: [PyMOL] selection in python script

2002-06-02 Thread Warren L. DeLano
On Sat, 1 Jun 2002 kkli...@gate.sinica.edu.tw wrote: > Dear pymolers, > > I can select some residues in my protein in the command prompt > by saying for example > select prot = (VAL or PRO or GLY) There is a more concise way to write this: select prot, val+pro+gly/ > but now I hav

[PyMOL] Saving movie

2002-06-02 Thread kkliang
Dear pymolers, Yesterday I asked the question about selection. After studying python manual I figure out what I should do. > I can select some residues in my protein in the command prompt > by saying for example > select prot = (VAL or PRO or GLY) > but now I have trouble translating