hey guys: have a problem with maya.mel.eval() today..
cmd = 'python(\"mayaString = customClass()\");' cmd += 'python(\"mayaString.doit()\");' maya.mel.eval(cmd) # mayaString is an instance of a custom class, and it will error out like saying customClass is not defined... any work around to deal with this?? thanks a lot in advance!! -ling -- http://groups.google.com/group/python_inside_maya
