justinfx / MayaSublime

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

First row comment causes code not to get transferred #8

Closed fredrikaverpil closed 11 years ago

fredrikaverpil commented 11 years ago

When the first row contains a comment, starting with # or ''', code will not get transferred.

You can either leave the first row empty or just fill it with an import or something else, and it'll work fine.