You are da Man Justin! C:\Program Files\Autodesk\Maya2013\devkit\other\pymel\extras\completion \py Not only did it fix all the import statements, but I now have code completion for Maya commands, which never worked before. There are some pretty complex instructions out there for getting Eclipse/PyDev/Maya working, but all that appears to be needed is the correct addition to PYTHONPATH. No forced built-ins, no predefined.
Looking at __init__.py in the 'cmds' dir, I see an empty def for each command. I assume that this is what is referred to as 'stubs'? Maybe I'm just a weenie who needs his list of defs to be visible all the time, but I prefer this to Sublime Thanks a ton as always. -- view archives: http://groups.google.com/group/python_inside_maya change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe
