munkybutt / SkinPlusPlus

Python bindings for manipulating skin data in various DCCs
MIT License
28 stars 5 forks source link

Use fmt for all string formatting #19

Open munkybutt opened 6 months ago

munkybutt commented 6 months ago

There are numerous custom string formatting functions that can be replaced with fmt. Originally written to format strings from the max SDK, but they are pointers and need specific handling: https://stackoverflow.com/questions/56069052/how-to-format-pointers-using-fmt-library#56070347