Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
⚠️ Important | Libfredo 15.6b introduces important bugfixes for Fredo's Extensions Update
Adding Entities without modifying the undo stack
-
Is there a way to add or remove entities without reflecting that into the undo stack ?
-
Probably not...
-
See the boolean arguments for model.start_operation
API: Model.start_operation.. it's as close as you'll get until the API gets a singleton UndoStack collection class.
-
The model.start_operation() options are notoriously flaky... but might improve if the API ever gets updated...
Advertisement