Difference between revisions of "Mclear"

From PyMOLWiki
Jump to navigation Jump to search
 
m
Line 1: Line 1:
 
===DESCRIPTION===
 
===DESCRIPTION===
+
'''mclear''' clears the movie frame image cache.
  "mclear" clears the movie frame image cache.
+
 
 
 
===USAGE===
 
===USAGE===
   
+
  mclear
  mclear
+
 
 
 
===PYMOL API===
 
===PYMOL API===
<source lang="python">  
+
<source lang="python">  
  cmd.mclear()  
+
cmd.mclear()  
</source>
+
</source>
  
 
[[Category:Commands|mclear]]
 
[[Category:Commands|mclear]]

Revision as of 13:58, 9 June 2005

DESCRIPTION

mclear clears the movie frame image cache.

USAGE

mclear

PYMOL API

 
cmd.mclear()