aydinyanik / clarisse_survival_kit

Clarisse Survival Kit is a set of Python functions for Clarisse to automate repetitive processes such as importing generic textures, Megascans assets and mixing materials.
GNU General Public License v3.0
76 stars 11 forks source link

Unicode error in log #33

Closed pcolton closed 2 years ago

pcolton commented 2 years ago

I get this log error trying any button in the toolset.

Screenshot 2022-03-31 193837

pcolton commented 2 years ago

It seems if I edit the file in question and double-backslash all the backslashes, it works. Ideally the installer would do this by default on Windows.

aydinyanik commented 2 years ago

Hi Paul. Yeah you're correct about the filename. I forgot to make the string raw so the slashes are treated normally. I pushed the fix, but you don't need to reinstall it because you've already fixed it by hand.

I might change the setup a bit in the future because having mixed Python2 and 3 versions installed can lead to some small install issues also.