Skip to content
| Marketplace
Sign in
Visual Studio>Tools>ToMaya2013
ToMaya2013

ToMaya2013

Jos Balcaen

|
1,607 installs
| (0) | Free
Execute python code in Maya
Download

This is a work in progress version.

This tool execute selected text in Autodesk Maya as python code.
You should have the Python tools for Visual Studio installed 

Type the following in the script editor and drag it to your shelf.

Python
Edit|Remove
import maya.cmds as cmds try: cmds.commandPort(name="127.0.0.1:6000", close=True, echoOutput=True) except:    pass cmds.commandPort(name="127.0.0.1:6000", echoOutput=True) 

and bind this tool to a shortcut.

 

How to use:

 press the shelf button in maya, write in visual some maya python code and press the menu entry or your shortcut.

and everything should be fine

More information

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft