mgear-dev / shifter

Modular Rigging System
MIT License
8 stars 10 forks source link

replaces backslashes with forward slashes should be done only if is OS Mac system #106

Closed miquelcampos closed 3 years ago

miquelcampos commented 3 years ago

the PR #101 added this filter but should be applied only if the system is OS Mac ("darwin") Otherwise will cause an issue with Win64 systems when retrieving the path of the file with file and trying to parse it with os.sep because that will cause a mismatch