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()
https://d33wubrfki0l68.cloudfront.net/b50c34e4e259b264afa5cd11b50005383e2728ec/79609/_images/pyvista-renderer-remove_blurring-1_00_00.png