pyvista.Plotter.remove_blurring#

Plotter.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()
../../../_images/pyvista-Plotter-remove_blurring-1_00_00.png