Efficient Post processing?

if the pp is set to before translucency it won’t effect translucent or additive materials.
alternatively for opaque meshes, you could prevent meshes from dissolving if you have them render a custom depth pass(see details pane on each mesh) and then mask that out in the pp material. it’s not a perfect solution since you’re working in screen space.