GollyGang / ready

A cross-platform implementation of various reaction-diffusion systems and PDEs.
GNU General Public License v3.0
766 stars 60 forks source link

Import Mesh OBJ crash when unicode in path, on Linux #55

Closed timhutton closed 4 years ago

timhutton commented 4 years ago

(Import Mesh vtp and vtu work fine now everywhere, even with unicode in the path.)

Issue: vtkOBJReader doesn't support unicode filenames, and doesn't have a ReadFromInputString function. Solutions: Write a new reader for OBJ format? Copy file to temp file and read from there?