[PyMOL] combine distance objects

2005-03-09 Thread Mark A Saper
How about disable _dist* enable _dist* Mark _ Mark A. Saper, Ph.D. Associate Professor of Biological Chemistry Biophysics Research Division, University of Michigan Chemistry Building Room 3040 930 N University Ave Ann Arbor MI 48109-1055 U.S.A.

[PyMOL] Movie (one more)

2005-03-09 Thread Jmarie
Hi, Is it possible to record as a movie, the passage between 2 (or more) store scenes (F1,F2)? It seems that Pymol calculated all the states between two different store scenes. It would be easier for make complex movie with zoom and change of orientations. --

RE: [PyMOL] Movie (one more)

2005-03-09 Thread Warren DeLano
Jmarie, The latest betas do this in real-time, but there isn't yet a facility to writing out a static movie of that form. As you might expect, there is broad agreement that such a capability is very much needed. Cheers, Warren -- Warren L. DeLano, Ph.D. Principal Scientist

[PyMOL] re: Movie (one more)

2005-03-09 Thread Seth Harris
Hi, I get these as a digest so sorry if someone's already spoken to this. Laurence Pearl wrote some code to interpolate between scenes as you describe. Kristian Rother wrote a very nice set of framework commands (and more) to make movies. I wrote an extension of Laurence's commands so

[PyMOL] shared objects, python and plugins

2005-03-09 Thread Kim
Hi - I would like to write a plugin using python-wrapped c++ classes - i have a *.so (shared object file) written with python bindings, as in: http://docs.python.org/api/api.html i am able to import and use my python-wrapped c functions within a python 2.3 interpreter. If I try to run the same