[chimera-dev] Model panel rename

Eric Pettersen pett at cgl.ucsf.edu
Tue Oct 13 14:56:00 PDT 2015


> On Oct 13, 2015, at 2:31 PM, Eric Pettersen <pett at cgl.ucsf.edu> wrote:
> 
> from ModelPanel.base import _mp as mp

Upon further reflection, the above line isn’t the best way to get the Model Panel instance, since it uses a private variable and it doesn’t create the Model Panel if needed.  Use the following instead

from ModelPanel import ModelPanel
from chimera import dialogs
mp = dialogs.display(ModelPanel.name)

—Eric


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://plato.cgl.ucsf.edu/pipermail/chimera-dev/attachments/20151013/70a1d754/attachment.html>


More information about the Chimera-dev mailing list