Hello I currently explore pymel and which ide is best.
I have two "problems" one with komodo other with eclipse.
Komodo:
example of command:
Button().setLabel("foo").setBackgroundColor([0.1,0.1,0.1])
Komodo stops at Button().setLabel("foo").
Don't give me methods?
Eclipse:
Outline problem:
Code like this:
class testCls(object):
pass
testCls.foo=""
outline don't update to show class attribute foo(which is case in
Komodo)
--
http://groups.google.com/group/python_inside_maya
