Having been struggling for some time over StrengthCTF with way too many brushes, I've been considering ways to remove unnecessary brushes from a map in Radiant. One method I have already sorted out:
Deleting brushes that are entirely caulk as AFAIK there is no need to have them:
This is done from the View > Filter menu to hide/unhide brushes.
Filter caulk
Invert selection to grab everything
Unfilter caulk
Invert selection, now you will have the caulk only brushes
Backspace
There are other things I'm considering that could be worked out somehow, perhaps in a plugin for Radiant:
Automatically caulking all faces that entirely face into the void or another brush
Deleting brushes that sit entirely within another brush
Automerging brushes that have matching textures.
Resizing down brushes that needlessly protrude into the void. This is just to clear the map a bit to make it easier to work in.
Any other ideas?