mathix
02-23-2008, 09:08 AM
Did anyone set up any python IDE to work with maya.cmds namespace giving intelli sense (code completion)? I’m trying to force eclipse to work with maya, but I get no satisfying results.
I’ve tried this method: http://www.highend3d.com/boards/index.php?showtopic=235133&hl=eclipse
but when I write code:
import maya.cmds
maya.cmds.
I get only small list containing:
__builtins__
__dict__
__doc__
__file__
__name__
__path__
and no maya commands like sphere or ls.
I can’t figure out if I’m doing anything wrong. Can anyone tell me what could be wrong or write small tutorial showing how to make maya’s libs intelli sense working with any python editor? I’m using Maya 2008 but have got same problem in earlier versions.
I’ve tried this method: http://www.highend3d.com/boards/index.php?showtopic=235133&hl=eclipse
but when I write code:
import maya.cmds
maya.cmds.
I get only small list containing:
__builtins__
__dict__
__doc__
__file__
__name__
__path__
and no maya commands like sphere or ls.
I can’t figure out if I’m doing anything wrong. Can anyone tell me what could be wrong or write small tutorial showing how to make maya’s libs intelli sense working with any python editor? I’m using Maya 2008 but have got same problem in earlier versions.
