This is a read-only mirror of pymolwiki.org

Redo

From PyMOL Wiki
Revision as of 03:21, 22 June 2021 by Cchem (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

(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