justinfx / MayaSublime

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

Keymappings do not work in OSX #4

Closed eclazi closed 11 years ago

eclazi commented 11 years ago

Pressing ctrl + enter does not send code to maya, it inserts a newline.

Send selection to maya from command pallet does work.

juggernate commented 11 years ago

This worked for me in Windows and OSX yesterday. Is your file opened as MEL or Python? If it is a new unsaved file you may need to set the syntax (the lower right corner will show the syntax)

justinfx commented 11 years ago

Strangely, I just experienced something like this when I went to test. But it did not appear to be anything related to MayaSublime. Many of my text command plugins were not working. Seemed Sublime was not even loading them.

What I did was went through package control and removed some plugins I don't use anymore, then also did an upgrade all packages operation through package control. Suddenly it started loading all the plugins again and MayaSublime worked just fine.

Can you confirm this procedure?

eclazi commented 11 years ago

This worked for me in Windows and OSX yesterday. Is your file opened as MEL or Python? If it is a new unsaved file >you may need to set the syntax (the lower right corner will show the syntax)

Durrrrrrr...... I was being stupid. Works now :smile_cat:

justinfx commented 11 years ago

Awesome! Glad to here you got it working.