Mclear: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===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]]

Latest revision as of 13:39, 17 November 2009

mclear clears the movie frame image cache.

USAGE

mclear

PYMOL API

cmd.mclear()