import maya.cmds as mc mc.file(renameToSave=True)From this tip by Morgan Loomis.
↧
How can I force an open file to "save as"?
↧
import maya.cmds as mc mc.file(renameToSave=True)From this tip by Morgan Loomis.