shambhupatil

Results 7 comments of shambhupatil

Not sure why, but I'm able to open the file with no issue.

It was v5.4.0. The one CI uses.

I think CIs are failing because the file path should be displayed in quotes.

Okay, I will look into why the quotes were there. Could you tell me how to update the tests?

This bug is because of fs::path to string casting I think. ![Screenshot 2024-05-16 181054](https://github.com/f3d-app/f3d/assets/43564249/9e044d6a-9cc3-4371-a370-78bd3e0f33a9) It can be solved by using [filsesystem::path::generic_string()](https://en.cppreference.com/w/cpp/filesystem/path/generic_string) ![Screenshot 2024-05-16 180941](https://github.com/f3d-app/f3d/assets/43564249/1153aadd-3d78-4313-84a3-2f51a9615c47) This will result in: ![image](https://github.com/f3d-app/f3d/assets/43564249/f0898b6e-06e8-4537-bf1f-db870d83df92)

Yes, path.string() does produce single backslash.

Fixed by [this pr](https://github.com/assimp/assimp/pull/5611)