This is a read-only mirror of pymolwiki.org
Difference between revisions of "Redo"
Jump to navigation
Jump to search
m (6 revisions) |
m (1 revision) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | ''(Incentive PyMOL only feature)'' | ||
| − | ' | + | See [[undo]] for guidance on PyMOL's undo feature. |
| − | == | + | == Usage == |
| − | redo | + | redo [, steps] |
| − | ===SEE ALSO | + | * '''steps''' = integer: number of steps to undo |
| − | [[Undo | + | |
| + | == PyMOL API == | ||
| + | <source lang="python"> | ||
| + | cmd.redo(int steps=1) | ||
| + | </source> | ||
| + | |||
| + | == Example == | ||
| + | redo | ||
| + | redo 5 | ||
| + | |||
| + | == SEE ALSO == | ||
| + | [[Undo]] | ||
[[Category:Commands|Redo]] | [[Category:Commands|Redo]] | ||
[[Category:Editing Module|Redo]] | [[Category:Editing Module|Redo]] | ||