ahojukka5 / gmshparser

gmshparser is a lightweight, 100 % tested and well documented package that aims to reliably parse the Gmsh ascii file format (.msh). The package does not introduce any external dependencies and thus fits well with the needs of your own FEM research code as a small stand-alone package.
https://gmshparser.readthedocs.io/en/latest/
MIT License
25 stars 3 forks source link

Open Liquify Photoshop Mesh file #2

Open AeroDEmi opened 2 years ago

AeroDEmi commented 2 years ago

I tried to open a .msh file from Photoshop LIquify filter and could not, with the following error: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe0 in position 16: invalid continuation byte

Here is the Mesh file to test: Liquify.msh.zip

fernandezerbes commented 2 years ago

You're trying to open a Photoshop Liquify .msh file, but this library is intended for Gmsh .msh files. That's why you get an error.