Re: [PyMOL] Plug-in Menu

2004-07-14 Thread Michael George Lerner
Hi, There's some example code in pymol/modules/pmg_tk/startup/__init__.py. You can see how it works by copying it (uncommented) into a new file and placing that file in pymol/modules/pmg_tk/startup. You'll see the new plugins the next time you start PyMOL. I have a larger plugin that I've

Re: [PyMOL] Plug-in Menu

2004-07-14 Thread Charles Moad
Thanks for the info. Using your APBS as an example I made a very simple remote pdb loader. You can check it out at http://euclid.uits.iupui.edu/~cmoad/pymolPlugins/; or download it directly from http://euclid.uits.iupui.edu/~cmoad/pymolPlugins/remote_pdb_load.py;. It is inspired from