petrbroz / svf-utils

Utilities for working with the SVF file format used by Autodesk Platform Services.
https://petrbroz.github.io/svf-utils/
MIT License
129 stars 55 forks source link

Fixed a bug related to URI encoding #28

Closed jnoggler closed 3 years ago

jnoggler commented 3 years ago

This solves a bug which we encountered when having special characters like "ä" or "ß" in the names of texture files. Before, the second part of the URI was not encoded, therefore Forge responded with an error and the texture was not fetched.

petrbroz commented 3 years ago

Perfect, thanks Jakob!