There's a flaw with that way of deleting things. It selects various types of object one at a time (all types at once can cause a crash) and then deletes them. If there are no instances of a particular type, some other brush will be deleted instead because the delete_brush command targets whatever happens to be selected.





Reply With Quote

