Adverti horiz upsell

Emacs To Maya 0.0.2

Emacs To Maya

License
Button download
316 Downloads

Reviews

Rating: 5.0
(1)

Compatibility

Operating Systems

  • Irix
  • Linux
  • Mac
  • Solaris
  • Windows

History

Created:06/29/2007
Last Modified:07/03/2007
File Size: 4.89 KB
This package is used for communication between emacs and Maya. For
example you can use it together with Shuji Narazaki's mel-mode to
send pieces of mel code to Maya and get the results back in emacs.

To use this, insert in your ~/.emacs file:
(add-hook
 'mel-mode-hook
 (lambda ()
   (require 'etom)
   (setq etom-default-host "localhost")
   (setq etom-default-port 2222)
   (local-set-key (kbd "C-c C-r") 'etom-send-region)
   (local-set-key (kbd "C-c C-c") 'etom-send-buffer)
   (local-set-key (kbd "C-c C-l") 'etom-send-buffer)
   (local-set-key (kbd "C-c C-z") 'etom-show-buffer)))


You should have an open commandPort in Maya. You can do this with:
commandPort -eo -n ":2222";

Have fun!


Please use the Bug System to report any bugs.
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.