> I'm doing some modifications to be able to run the script without PyMel and > found out some things: >
Can you post that? I'd like to try it out. > > You're not importing "maya.mel as mel" nor "maya.cmds as cmds" at the > beggining of the code, is this something that PyMel installation does > automatically? > from pymel.core import * will give you cmds and mel names, but mel corresponds to pymel's pymel.core.language.Mel - Chris -- http://groups.google.com/group/python_inside_maya
