haesleinhuepf / napari-process-points-and-surfaces

Process and analyze surfaces using vedo in napari.
BSD 3-Clause "New" or "Revised" License
21 stars 4 forks source link

Update decimation api #91

Open jo-mueller opened 3 months ago

jo-mueller commented 3 months ago

Fixes #90

Hi @haesleinhuepf , this PR fixes the call to the decimate_pro function of vedo (formerly known as decimate(method='pro', ...).

This PR is based on PR #88 to go first.

Best, Johannes