Redo: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
m (Fixing Names)
(Incentive PyMOL 2.5 redo)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===DESCRIPTION===
''(Incentive PyMOL only feature)''
'''redo''' reapplies the conformational change of the object currently being edited.


===USAGE===
See [[undo]] for guidance on PyMOL's undo feature.
redo


===SEE ALSO===
== Usage ==
[[Undo]], [[Push undo]]
redo [, steps]


[[Category:Commands|redo]]
* '''steps''' = integer: number of steps to undo
 
== PyMOL API ==
<source lang="python">
cmd.redo(int steps=1)
</source>
 
== Example ==
  redo
  redo 5
 
== SEE ALSO ==
[[Undo]]
 
[[Category:Commands|Redo]]
[[Category:Editing Module|Redo]]

Latest revision as of 12:12, 29 April 2021

(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

cmd.redo(int steps=1)

Example

 redo
 redo 5

SEE ALSO

Undo