Difference between revisions of "Movie.roll"

From PyMOLWiki
Jump to navigation Jump to search
(Created page with '= Overview = This function will perform a movie roll--a 360 rotation of the camera about the scene--from the start frame to the end frame specified. So, if you specify fewer fra...')
(No difference)

Revision as of 22:38, 6 June 2009

Overview

This function will perform a movie roll--a 360 rotation of the camera about the scene--from the start frame to the end frame specified. So, if you specify fewer frames it'll roll faster than in you specified more frames.

Syntax

# roll the scene from state START to state END
movie.roll START, END

# roll the scene over states 1 through 50.
movie.roll 1, 50