// What it does
A labelled timeline of every undoable action this session: each entry is named ('Brush (Red)', 'Wand fill (Gold)', 'Process discards', 'Mark area paint'). Click any entry — the mesh snaps to that state.
Ctrl+Y or Ctrl+Shift+Z redoes forward from there.
// When to use it
- Reverting many actions at once when
Ctrl+Z-spam is tedious. - Reviewing what you actually did this session (visual changelog).
- Branching: snap back, try a different approach, and the new actions overwrite the future.
// How to use it
- Press
Ctrl+H(or panel footer → History). Modal opens with the timeline. - Click any past entry — mesh snaps to that state.
Ctrl+Yto step forward.- Painting from a past state overwrites the future — common gotcha.
Escapecloses the modal.
// Tips
- Painting after travelling back overwrites the actions that were ahead — they're gone.
- History resets on reload. The persistent state is the
.layerpaintfile.