Difference between revisions of "MovieSchool 3"

From PyMOLWiki
Jump to navigation Jump to search
Line 51: Line 51:
 
</center>
 
</center>
  
[[MovieSchool_2| &rarr; Previous Lesson]] [[MovieSchool_4| Next Lesson &rarr;]]
+
[[MovieSchool_2| &larr; Previous Lesson]] [[MovieSchool_4| Next Lesson &rarr;]]
  
 
[[Category:Movies]]
 
[[Category:Movies]]
 
[[Category:Tutorials]]
 
[[Category:Tutorials]]

Revision as of 08:35, 2 July 2009

Movie Making & the PyMOL GUI

These screenshots are all current as of PyMOL 1.2b8.

Basic TK GUI

The basic TK GUI. Menu options are File, Edit, Build, etc.

Movie Menu

This image shows the movie menu in PyMOL.

The movie menu in PyMOL
  • Append just adds X seconds to the end of your movie. This is the equivalent of madd 1 x(FPS*time). So, you can very easily add anywhere from 1/4s to 60 seconds to your video. You can use this multiple times.
The Movie->Append submenu

.

  • Frame Rate submenu that controls the frame rate of your movie in frames per second. It also controls whether or not the frame openGL screen frame rate is shown.
"Frame Rate" submenu

Scene Menu

For storing our scenes, we can issue the scene store command or mview store scene=sceneName command. You can also use the mouse and store/recall/clear scenes.

Scene Menu
Scene's Recall Submenu

This menu shows the first 12 scenes stored by F-key that you can recall (if they were stored). Please take note of the Buttons menu. This make a small menu of scenes in the lower left hand corner of your openGL screen. Very handy for roving through, moving around and switching to scenes.

Scene->Recall submenu

Mouse Menu

There is a new mouse mode called Three_Button_Motions. So we now have View->Edit-Motions as mouse modes. See Config_Mouse.

Mouse Menu

openGL GUI

Mouse Modes

If you've chosen Mouse->3 Button All Modes from the Tk GUI you can now access the new mouse modes by clicking on the mouse info panel in the lower righ of the openGL window. Click until the modes cycle through Edit->View->Motions->Edit->...

Motions Mode

In motions mode, if you click on all->M you get options for storing, clearing, smoothing, interpolating, etc the camera motions and positions.

← Previous Lesson Next Lesson →