PyDev with Eclipse on Mac
Step 1 : Install Eclipse
Step 2 : Install PyDev
Here is the easiest way of drag-n-drop : http://marketplace.eclipse.org/content/pydev-python-ide-eclipse
Step 3 : Configure Python Interpreter
Path to MayaPy's python interpreter :
/Applications/Autodesk/maya2014/Maya.app/Contents/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
Extras :
1. For Autocompletion, add following line in "Forced Builtins" :
maya.cmds,maya.mel,maya.standalone,maya.app,maya.OpenMaya,maya.OpenMayaAnim,maya.OpenMayaCloth,maya.OpenMayaFX,maya.OpenMayaMPx,maya.OpenMayaRender,maya.OpenMayaUI
which will add following libraries :
maya.cmds
maya.mel
maya.standalone
maya.app
maya.OpenMaya
maya.OpenMayaAnim
maya.OpenMayaCloth
maya.OpenMayaFX
maya.OpenMayaMPx
maya.OpenMayaRender
maya.OpenMayaUI
Another Resource :
http://sourceforge.net/p/pydev/discussion/293649/thread/fb1b2e45
Comments