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

Make compatible with vedo `2023.5.0` #87

Open jo-mueller opened 9 months ago

jo-mueller commented 9 months ago

Hi @haesleinhuepf , vedo 2023.5.0 has just been released with some major refactoring which will probably break some things. Some refactoring may be necessary.

haesleinhuepf commented 9 months ago

Hey @jo-mueller ,

can you provide a link to the release notes or some other document so that we get an idea of what needs to be done?

Thanks!

Best, Robert

jo-mueller commented 9 months ago

Here are the release notes: https://github.com/marcomusy/vedo/discussions/971

Maybe we just have to rename the mesh.points() to mesh.vertices here

Edit: Woops, accidentally clicked on close.