Re: [PyMOL] question about checking the performance of PyMOL

2008-10-26 Thread Joonghyun Ryu
Dear Warren Thank you for your information. It works fine. Joonghyun -Original Message- From: DeLano Scientific [mailto:del...@delsci.info] Sent: Sunday, October 26, 2008 3:25 AM To: 'Joonghyun Ryu'; pymol-users@lists.sourceforge.net Subject: RE: [PyMOL] question about ch

Re: [PyMOL] question about checking the performance of PyMOL

2008-10-25 Thread DeLano Scientific
Joonghyun, To optimize performance and responsiveness, PyMOL tends to defer compute-intensive tasks until their results are actually needed. Thus, cmd.show("surface") Doesn't actually show a surface, it only sets the surface visibility flag on the atoms present (for future reference). An act