Message 1 of 3
Transaction Manager - (for end user) - Access undo history w/ revit api
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I found a few older posts saying this is not possible with Revit API, wondering if it is still the case
I want to create an Undo History similar to that off History Brush in Photoshop. Basically user can see a window of all the actions to undo to, and can select one instead of clicking undo a trillion times...
Would be even cooler if you could choose an individual transaction user did 5 transactions ago and just undo it while leaving other ones remaining...
Is this doable? Seems easy since all changes to the model are packed into transactions, and they are clearly stored somewhere since Undo works. The only thing that is needed is access to that history and the ability to roll back that change (a pretty big ask lol)
The definition of insanity is doing the same thing over and over again and expecting different results