Is there any way to turn on/off a PostProcessRenderPipeline? If not, is there some way to swap rendering pipelines for a camera?
I’ve tried pipeline.removeCamera(scene.activeCamera), but that gives a different result from not creating any pipeline in the first place:
pipeline created
pipeline never created (notice lack of glow)

pipeline created and then removed

