Redo: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Incentive PyMOL 2.5 redo) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
=== | ''(Incentive PyMOL only feature)'' | ||
See [[undo]] for guidance on PyMOL's undo feature. | |||
== Usage == | |||
== | redo [, steps] | ||
* '''steps''' = integer: number of steps to undo | |||
== PyMOL API == | |||
<source lang="python"> | |||
cmd.redo(int steps=1) | |||
</source> | |||
[[Category: | |||
== Example == | |||
redo | |||
redo 5 | |||
== SEE ALSO == | |||
[[Undo]] | |||
[[Category:Commands|Redo]] | |||
[[Category:Editing Module|Redo]] |