SaveFile Reminder

6 votes
Version: 
1.5
Date Updated: 
01/04/2014
Author Name: 
Branko Živković

••• version 1.5

This simple macro will remind you to save modified scene over a specified period of time.
When working on large scenes often happens that the autosave starts to freezes viewport and slows down the work process.
My solution allows you to decide when you want to save the file or to continue with the work.

Additional Info: 

>>> Installation:
Drag and drop *.mcr in viewport. U can find this tool under category "bgaTools" > "Save File Reminder". Place this tool on some toolbar.
>>> How it works:
When toolbar button "S • F • R" is checked then AUTOSAVE will be disabled and "Time Setup" dialog will popups. There you need to setup period of time for notification.

Spinner value represent time in minutes (default: 5 minute).
After you close the dialog the tool starts automatically.
Uncheck "S • F • R" to stop this tool and enabled AUTOSAVE mode.
This dialog will popups in a given time period only if the scene is modified.

>>> Update 1.1:
-- Added auto-option to disable/enable notification when render starts/ends
>>> Update 1.2:
-> Fixed some minor bugs:
- check for clean save
- callback problem
-> Added button icon
-> Print message about current time when:
- File is saved
- Rendering starts
- Rendering ends
>>> Update 1.5:
-- Code has been overwritten from the scratch
-- Added new timer object

Version Requirement: 
2010+
AttachmentSize
bga_savefile_reminder_v1.2.mcr1.99 KB
bga_savefile_reminder_v1.5.mcr2.09 KB

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Buddho's picture

thanks for the script. there

thanks for the script. there is only one issue when rendering (vray) the timer seems to be reseted and doesn't show up. is there a possibility to fix this?

barigazy's picture

...

By pressing macro button you will open "Time Setup" rollout. Just type 20 instead of 5

bga

ibm's picture

.

Hi,
how to change the default time of 20 minutes?
Thanks

add/
change the time by 20 minutes - saves after 5 min
turn off - saves after 5 min
how to be?
3d max 2014 x64

barigazy's picture

...

Try it now and tell me if works or not

bga

Rokas's picture

error

i get this error, a lot:
http://i.imgur.com/GDq5zUi.jpg

asymptote's picture

And you sir have the best

And you sir have the best scripts :)

Have you promoted this anywhere ? I feel like strapping it to a wet fish and slapping a few people around the head with it :)

barigazy's picture

...

Hey asymptote, my pleasure.
You have the best avatar image on this forum.

:)

Regards!

bga

asymptote's picture

Genius, I was slammed in the

Genius, I was slammed in the CGS forums for suggesting something similar last year when Assdesk added the "esc" option, finally common sense prevails.
Thanks for sharing your vision.

barigazy's picture

...

Hey Jonathan, thanks for the suggestion.
I totally forgot about it.
I added this option in v1.1

bga

Jonathan de Blok's picture

Nice, yesterday I wrote a

Nice, yesterday I wrote a similar thing using a dotnet timer as well. One thing to watch out for is that is will pause rendering when the dialog pops up.

Using pre/post render events to stop/restart the timer fixed it.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.