I am trying to enhance the flow of some of the script I've made lately and I am stuck trying to implement the repeatLast command
it seems for mel script this whole thing is made simple with the addToRecentCommandQueue proc, and I am able to dig the various flags from the inline help (help repeatLast;) but I am failing to actually add a recent command to the queue from python when using: cmds.repeatLast(edit=True, ac=testDef, acl="test") has anyone used this command with python? google seems to not find much relevant information on this. -- http://groups.google.com/group/python_inside_maya
