> > > not working > > i tried some thing like this from maya import cmds
getAllRef=cmds.file(q=True,l=True) for all in getAllRef: cmds.file(all, ir=True) i am getting this error # Error: RuntimeError: The specified reference file cannot be imported. # -- view archives: http://groups.google.com/group/python_inside_maya change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe
