pyvista.Renderer.remove_blurring# Renderer.remove_blurring()[source]# Remove a single blurring pass. You will need to run this multiple times to remove all blurring passes. Examples >>> import pyvista as pv >>> pl = pv.Plotter() >>> _ = pl.add_mesh(pv.Sphere()) >>> pl.add_blurring() >>> pl.remove_blurring() >>> pl.show() Static Scene Interactive Scene