View Ticket
Not logged in
Ticket Hash: a82e829001ded04356cfb0c0443ba2b4773cac0a
Title: Add history to WireframeModel
Status: Open Type: Feature_Request
Severity: Critical Priority:
Subsystem: Resolution:
Last Modified: 2013-01-03 05:38:10
Version Found In:
Description:
Make WireframeModel support an edit history.  This is useful for undo/redo operations and other things.  There will be a very few operations.  add point, add line, delete point, and move point.  Edits are grouped between calls to commit.  Commit groups the current set of edits, minimizing move operations etc, and starts a new group of edits.