miykael / 3dprintyourbrain

How to 3D print your brain from a T1 MRI image.
BSD 3-Clause "New" or "Revised" License
392 stars 50 forks source link

Smoothing doesn't take effect #12

Closed dmd closed 4 years ago

dmd commented 4 years ago

In two places you say to apply smoothing, but then to save it back to STL. That seems to have no effect - if you open up the saved STL file, it's back to the way it was.

Googling found: https://stackoverflow.com/questions/56906708/meshlab-how-to-fix-mesh-smoothing-not-saving-in-stl-file

dmd commented 4 years ago

Smoothing, saving to a .ply, loading that, then saving to a .stl seemed to do the trick.

miykael commented 4 years ago

Thanks for this input. In my case this worked. However, it was important to click on "File" and "Export Mesh" and overwrite the current file.