This is a read-only mirror of pymolwiki.org

Difference between revisions of "Mdump"

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===
+
 
+
'''mdump''' dumps the current set of movie commands.
  "mdump" dumps the current set of movie commands
+
 
 
 
===USAGE===
 
===USAGE===
   
+
  mdump
  mdump
+
 
 
 
===PYMOL API===
 
===PYMOL API===
<source lang="python">  
+
<source lang="python">
  cmd.mdump()
+
cmd.mdump()
</source>
+
</source>
  
 
===SEE ALSO===
 
===SEE ALSO===
+
[[mplay]], [[mset]], [[mdo]], [[mclear]], [[mmatrix]]  
  [[Cmd mplay]], [[Cmd mset]], [[Cmd mdo]], [[Cmd mclear]], [[Cmd mmatrix]]  
 
  
[[Category:Commands|mdump]]
+
[[Category:Commands|Mdump]]

Latest revision as of 01:53, 28 March 2014

mdump dumps the current set of movie commands.

USAGE

mdump

PYMOL API

cmd.mdump()

SEE ALSO

mplay, mset, mdo, mclear, mmatrix