Skip to content

Commit

Permalink
#26 - Feature: Maya publishes ScriptEditor output to SublimeText cons…
Browse files Browse the repository at this point in the history
…ole + Undo Support (#27)

* #26 - First pass at having Maya publish ScriptEditor output to SublimeText console

* #26 - Option to enable an undo chunk around the code that is sent to Maya

* Update readme and bump version to 3.0.0

* Prevent startup errors when first connecting Maya output, when settings have not yet sync'd

* Fix failures on large Maya output by buffering and breaking Maya output into small packets

* Only print [MayaSublime ] prefix for Maya-initiated messages; dont line break
  • Loading branch information
justinfx authored Sep 12, 2016
1 parent 0544896 commit 464eb1b
Show file tree
Hide file tree
Showing 7 changed files with 472 additions and 59 deletions.
8 changes: 8 additions & 0 deletions Default.sublime-commands
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
"caption": "Maya: Send Selection to Maya",
"command": "send_to_maya"
},
{
"caption": "Maya: Enable ScriptEditor Output",
"command": "enable_maya_output"
},
{
"caption": "Maya: Disable ScriptEditor Output",
"command": "disable_maya_output"
},
{
"caption": "Preferences: Maya Settings",
"command": "open_file", "args":
Expand Down
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
(The MIT License)

Copyright (c) 2016 Justin Israel <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the 'Software'), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY ,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading

0 comments on commit 464eb1b

Please sign in to comment.