[PyMOL] making a two step movie in pymol

2002-10-30 Thread Craig Smith
How do I create a movie in pymol in which I rotate a molecule about the 
y-axis 360 deg and then immediately do a 360 deg rotation about the 
x-axis?  I couldn't figure it out from published examples.


Thanks in advance


Craig L. Smith, Ph. D.
Molecular Microbiology
Washington University School of Medicine
660 South Euclid Box 8230
Voice: (314) 362-9054
Fax: (314) 362-1232
e-mail: sm...@borcim.wustl.edu




RE: [PyMOL] Current settings list in Pymol OSX

2002-10-30 Thread DeLano, Warren
This is undocumented:

To get a list of settings:

from pymol import setting
print setting.get_name_list()

To get the current value of a setting:

print setting.get_setting_text(bg_rgb)
print setting.get_setting_text(gamma)

To get a list of names with values:

print map(lambda x:[x,setting.get_setting_text(x)],setting.get_name_list())

etc.

Cheers,
Warren


-Original Message-
From: Kelley Moremen [mailto:more...@arches.uga.edu]
Sent: Wednesday, October 30, 2002 10:13 AM
To: pymol-users@lists.sourceforge.net
Subject: [PyMOL] Current settings list in Pymol OSX


Dear Pymolers,

Since the Mac OSX version of Pymol does not have a menu interface that has a 
pull-down menu to view and alter the settings, is there any way to display and 
alter the full set of settings from the command line?  I keep forgetting what 
the relevant command line syntax is for changing the settings commands (there 
is only a partial list in the manual) and a global list (as in the pull-down 
menu) is a great reminder, but alas the menu interface is not yet there in the 
Mac OSX version.

Thanks for your help.

Kelley



Dr. Kelley Moremen 
Associate Professor 
Complex Carbohydrate Research Center
Department of Biochemistry and Molecular Biology 
University of Georgia, Athens, GA 30602-7229 
Office (706) 542-1705Fax: (706) 542-1759
Email: more...@arches.uga.edu
(send email with large attachments to: more...@bmb.uga.edu)
Website: http://bmbiris.bmb.uga.edu/moremen/lab/ 



RE: [PyMOL] making a two step movie in pymol

2002-10-30 Thread DeLano, Warren
mset 1 x360
movie.roll 1,180,1,axis=y
movie.roll 181,360,1,axis=x

 -Original Message-
 From: Craig Smith [mailto:boiler...@mac.com]
 Sent: Wednesday, October 30, 2002 11:43 AM
 To: pymol-users@lists.sourceforge.net
 Subject: [PyMOL] making a two step movie in pymol
 
 
 How do I create a movie in pymol in which I rotate a molecule 
 about the 
 y-axis 360 deg and then immediately do a 360 deg rotation about the 
 x-axis?  I couldn't figure it out from published examples.
 
 Thanks in advance
 
 
 Craig L. Smith, Ph. D.
 Molecular Microbiology
 Washington University School of Medicine
 660 South Euclid Box 8230
 Voice: (314) 362-9054
 Fax: (314) 362-1232
 e-mail: sm...@borcim.wustl.edu
 
 
 
 ---
 This sf.net email is sponsored by: Influence the future 
 of Java(TM) technology. Join the Java Community 
 Process(SM) (JCP(SM)) program now. 
 http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
 ___
 PyMOL-users mailing list
 PyMOL-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/pymol-users