Fabian Löschner

Results 34 comments of Fabian Löschner

> It seems that vtkio supports XML VTU files, so I thought I might only need to change a few lines to create a PR for this feature. I might...

Hm, is it possible that the file is partially written or is missing some closing tag for whatever reason? Unfortunately I only have the XML file you provided so I...

It works if I re-export the file as VTU with Paraview and either select to write the data arrays as ASCII, (encoded) binary or appended & encoded. I think the...

> Thanks! Feel free to repost the file. > Unfortunately, there doesn't seem to be any options like that for the Julia package. But it's interesting that the first file...

> Thanks! Feel free to repost the file. Unfortunately, there doesn't seem to be any options like that for the Julia package. But it's interesting that the first file worked,...

Thanks for the reply. Your explanation makes sense, I was just not expecting this (because I didn't consider using an OBJ file for multiple meshes). So maybe in the short...

@elrnv I'm not sure if I should open a new issue for this but it seems to be related. A user of my surface reconstruction tool had problems loading a...

Thanks for looking into this. I formatted the files to use LF instead of CRLF for the line endings, but for me it did not seem to fix the issue,...

Ah, sorry, I think when I tried to load the file with LF line endings I forgot to use the version 0.7 branch. In this branch changing from CRLF to...

Ah right. I missed that in the version 0.7 PR. I guess this is related to this `quick-xml` PR then: https://github.com/tafia/quick-xml/pull/555 Hope the sample file helps!