|
ooor...
you could install RRays widget as prescribed, http://traypen.com/rr/bak/rray/SaveRemind.xsiaddon the dialog not only reminds but also has a save button on it. but if you want, you can super easily edit it to make it not ask you, and replace the 'Save' with a 'SaveBackupScene', Then you can make the Q key invoke the region command .. and reset the timer. function saveRemindOnEndSceneSave_OnEvent( in_ctxt ) { var t = Application.EventInfos( "saveRemindOnTimerEvent" ); t.Reset( 600000, 1800000 ); return false; } which resets it for another 30 mins which should be enough time for your region to finish Hope that can work, J On 02/10/16 14:48, Jason S wrote:
|
- Render Region and Autosave Fabian Schnuer Gohde
- Re: Render Region and Autosave James De Colling
- Re: Render Region and Autosave Mirko Jankovic
- Re: Render Region and Autosave Ognjen Vukovic
- Re: Render Region and Autosave Mirko Jankovic
- Re: Render Region and Autosave Dan Yargici
- Re: Render Region and Autos... Fabian Schnuer Gohde
- Re: Render Region and A... Jason S
- Re: Render Region and A... Jason S
- Re: Render Region and Autosave Jason S

