I think you are looking for the mc.listHistory() command. Chad
2010/8/12 Vitor Lôbo Ramos <[email protected]> > Good afternoon > > How to solve this issue? > > Suppose I have created one with a polyCube blendShapes and skin in a > joint. > > Now I want the script editor tell me who is the polyCube, but also the > blendShape and skincluster. > > Who is the polyCube? > > import maya.cmds as mc > > sel = mc.ls(sl=True) > print sel > > print sel > [u'boxone'] > > How to make python, script editor tell me who is the skincluster and > blendShape (already created)? > > -- > http://groups.google.com/group/python_inside_maya -- http://groups.google.com/group/python_inside_maya
