I would like to report that 0.86 works fine under MacOS X 10.2.3 using
Apples X11 version of xwindows. As far as I can tell it also has
graphics acceleration (but I'm not sure as I haven't done any rigorous
tests...seems dramatically faster than previous xwindows(fink) versions
of pymol). I am
Stephen,
You're looking for the PyMOL API function "extend":
from pymol import cmd
cmd.extend("ramp_colors",ramp_chain.ramp_colors)
Would then permit the following:
ramp_colors chain A
See "help extend" for more info...
Cheers,
Warren
--
mailto:war...@sunesis.com
Warren L. DeLano, Ph.D.
Inf
Hi All,
I am a recent subscriber to the list, so apologies if this question has
been answered before. I am interested in finding out how you can add
your own functions to PyMol such that they may be "transparently" called
from inside PyMol's shell. The the basic question is "How do I register
Py
Hi all,
Has anyone sucessfully set up pymol so it can ray trace images using povray?
Has anybody managed to get ScriptBox working under Windows with v0.86?? I'm
having trouble.
I put ScriptBox.py in the appropriate placeplace and the following at the
end of the createMain(self) procedure in PMGApp.py in the usual manner:
ScriptBox.__init__(self)
But get the following error o