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

fixed deprecated call to `centerOfMass` #86

Closed jo-mueller closed 8 months ago

jo-mueller commented 11 months ago

Hi @haesleinhuepf ,

minor thing: There was still a call to a deprecated vedo function in the _repr_html of the SurfaceTuple class. This led to code being executed properly (and Jupyter throwing an error) but the result actually being returned ^^"