Pear0533 / FLVER_Editor

FLVER Editor 2.0 is a complete re-imagination of the original FLVER Editor model editing tool, designed to modify the FLVER model file format for the mainline FromSoftware series of games.
https://www.patreon.com/theonlypear
25 stars 5 forks source link

Unicode support #122

Open iruletheworld opened 4 months ago

iruletheworld commented 4 months ago

If the path of the FBX to be imported contains any unicode character, e.g., in the filename, in the folder names, the import will fail.

Also, unicode characters for the meshes in the FBX are displayed incorrectly when imported.

Pear0533 commented 4 months ago

Got it, thank you for bringing this to my attention. A hotfix should be sent out sometime soon.

Pear0533 commented 4 months ago

If the path of the FBX to be imported contains any unicode character, e.g., in the filename, in the folder names, the import will fail.

Also, unicode characters for the meshes in the FBX are displayed incorrectly when imported.

The FBX SDK that FLVER Editor relies on to import models doesn't handle Unicode paths, and fixing it would require a janky workaround which me and Avenger don't have time to implement at the moment into FbxImporter. We'll let you know of any updates in the near future. Thank you for your patience and understanding.

iruletheworld commented 4 months ago

Understood, thanks for investigating