This is a read-only mirror of pymolwiki.org

Difference between revisions of "Ending"

From PyMOL Wiki
Jump to navigation Jump to search
 
m (5 revisions)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
===DESCRIPTION===
+
 
    "ending" goes to the end of the movie.
+
'''ending''' goes to the end of the movie.
+
 
 
===USAGE===
 
===USAGE===
    ending
+
ending
+
 
 
===PYMOL API===
 
===PYMOL API===
<source lang="python">
+
<source lang="python">
  cmd.ending()  
+
cmd.ending()  
</source>
+
</source>
  
[[Category:Commands|ending]]
+
[[Category:Commands|Ending]]

Latest revision as of 02:00, 28 March 2014

ending goes to the end of the movie.

USAGE

ending

PYMOL API

cmd.ending()