issues
search
justinfx
/
MayaSublime
Send selected Python and MEL code snippets from SublimeText to Maya via commandPort
MIT License
149
stars
38
forks
source link
Fix bytes/str handling for file read and socket send in py3 (#38)
#39
Closed
justinfx
closed
3 years ago
justinfx
commented
3 years ago
This PR fixes:
handling of reading source files in different encoding
encoding to bytes when sending to socket
import of
StringIO
fixes #38
This PR fixes:
StringIO
fixes #38