Difference between revisions of "Frame slider"

From PyMOLWiki
Jump to navigation Jump to search
(Creation of page for frame slider plugin)
 
(added picture)
 
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:
  
 
The Frame slider plugin provides a simple slider bar that allows you to quickly skip through frames in PyMOL. It also has a text field that you can type the desired frame in and it will automatically go to that frame.
 
The Frame slider plugin provides a simple slider bar that allows you to quickly skip through frames in PyMOL. It also has a text field that you can type the desired frame in and it will automatically go to that frame.
 +
 +
[[File:frame_slider.png]]
 +
 +
 +
 +
 +
[[Category:Script_Library]]
 +
[[Category:UI_Scripts]]
 +
[[Category:Pymol-script-repo]]

Latest revision as of 14:27, 24 March 2015

Type Python Script
Download frame_slider.py
Author(s) Matthew Baumgartner
License MIT
This code has been put under version control in the project Pymol-script-repo


The Frame slider plugin provides a simple slider bar that allows you to quickly skip through frames in PyMOL. It also has a text field that you can type the desired frame in and it will automatically go to that frame.

Frame slider.png