Re: [PyMOL] Extending PyMOL or Plugins

2011-08-01 Thread vanv0059
On Jul 31 2011, Thomas Holder wrote: >Hi Jeff, > >> I have several questions about extending PyMOL via modules or plugins. >> >> It appears that the primary difference between the two is windows for modules are created at during start up and plugin windows can be brought up >> on demand (from

Re: [PyMOL] Extending PyMOL or Plugins

2011-07-31 Thread Thomas Holder
Hi Jeff, > I have several questions about extending PyMOL via modules or plugins. > > It appears that the primary difference between the two is windows for > modules are created at during start up and plugin windows can be brought up > on demand (from the plugins menu). Are there other differences

[PyMOL] Extending PyMOL or Plugins

2011-07-29 Thread vanv0059
I have several questions about extending PyMOL via modules or plugins. It appears that the primary difference between the two is windows for modules are created at during start up and plugin windows can be brought up on demand (from the plugins menu). Are there other differences? What is the cu