jo-mueller / napari-stl-exporter

Napari plugin to export stl files
BSD 3-Clause "New" or "Revised" License
9 stars 3 forks source link

Support timelapse #26

Open jo-mueller opened 2 years ago

jo-mueller commented 2 years ago

The exporter uses the vedo API a lot, which does not know how to handle 4D data - it would be important for some projects to export 4D data.

jo-mueller commented 2 years ago

Maybe this could be done by saving every timepoint as a separate ply/stl/whatever file and then zipping it with gzip or something.