sideeffects / GameDevelopmentToolset

A series of Houdini shelf tools that are geared towards game developers!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Opening external editor causes runtime error if code snippet includes multi-byte character(s).

harayoki opened this issue · comments

Could be fixed :

line 253
data = str(parm.eval())
data = str(parm.eval().encode("utf-8"))

Thanks.

Hi,

I have fixed the issue you reported. :)

Thanks!