justinfx / MayaSublime

Send selected Python and MEL code snippets from SublimeText to Maya via commandPort
MIT License
149 stars 38 forks source link

Update for >= python 3.7 support #37

Closed justinfx closed 2 years ago

justinfx commented 2 years ago

This PR replaces the deprecated execfile approach to loading a whole source file with code that is compatible with python 3.7+ Also included in this merge is an improvement to the handling of default settings.

Fixes #36