Difference between revisions of "Mclear"

From PyMOLWiki
Jump to navigation Jump to search
m
m
Line 6: Line 6:
  
 
===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:59, 9 June 2005

DESCRIPTION

mclear clears the movie frame image cache.

USAGE

mclear

PYMOL API

cmd.mclear()