Is there a way to suspend AutoSave by script?
Tried to follow the AutoSave.js script ... had to include it
Code: Select all
include("scripts/File/AutoSave/AutoSave.js")Regards,
CVH
Moderator: andrew
Code: Select all
include("scripts/File/AutoSave/AutoSave.js")Code: Select all
var appWin = EAction.getMainWindow();
appWin.setProperty("DisableAutoSave", true);
appWin.setProperty("DisableAutoSave", false);