Files
IfcOpenShell/src
Dion Moult 36f2ed6da6 Allow disabling undo on save
The transaction system does not scale on large scale or complex remove_deep deletions. So if you want to delete a mesh with many thousands of vertices, it becomes very, very slow. Unfortunately we cannot also clear Blender's undo history, so this advanced feature should be used carefully.

Tested:

 - deleting 250 average objects: 264s before, 246s after (6.8% faster)
 - deleting 1 object with 6,000 vertices: 5 minutes and counting (basically impractical) before, 11s after
2022-09-01 11:17:06 +10:00
..
2022-05-25 11:19:53 +02:00
2022-09-01 11:17:06 +10:00
2022-08-27 15:34:16 +02:00
2021-12-17 17:01:18 +01:00
2022-01-19 12:19:36 +11:00
2022-08-30 13:31:26 +02:00
2022-09-01 10:17:45 +10:00
2022-07-17 21:13:46 +02:00
2022-08-27 15:34:16 +02:00
2022-04-23 15:19:10 +02:00
2022-06-29 17:23:27 +10:00