Is there any way to do transactions without Undo/Redo?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I am making a tool that syncs some meshes with a server and for each change I create a new transaction. It works well and all, but I have this problem that Revits Undo/Redo queue is all filled with my transactions.
There are two issues wth this,
a) I don't want the user to undo a synch that should be happening by itself
b) The user can't undo what he does because the queue is filled with synchronizations.
Is there a way to do transactions without them being present in Undo/Redo queue?
Thank you