Addon: Alarm and Shutdown (update from 12.04.20) Now with Telegram and Viber notifications!

Wow, I really didn’t expect someone except me still using it :))
I might consider to rewrite it from scratch, since many things have changed in Blender’s API

1 Like

By the way, any help from linux developers who knows how to properly shutdown/restart a computer within python from Blender will be much appreciated

1 Like

After 5 years, I’ve updated it to 1.1, finally! :rofl:

  • Most noticeable change - you now have an ability to set your own sound file in addon preferences

  • Also user interface updated to be more accurate and in terms with Blender 2.8 “vertical fashion”

  • “Save render at completion (for still renders)” feature was removed. Instead I suggest you to use Auto Save Render addon, or simply set scene frame range to one frame and hit Render Animation

You can get it for free at Gumroad. Both for Blender 2.79 and 2.8 beta
P.S. The addon was tested on Windows 10 and Ubuntu 18

Happy Blending!

3 Likes

And here is another update, to v1.2 beta.
New feature - automatic e-mail notification on render completion event.
Short video instruction on how to use it

Text version also avaliable on my web site:
http://blenderust.com/alarm-and-shutdown-addon-update-to-v1-2-beta/

Get it on gumroad

4 Likes

Thank very much for this addon, will try this and reply :slight_smile:

Hi Sergey,

This is exactly the addon I was looking for but the addon doesn’t appear in the addon list after selecting the py file for Blender 2.8 ;-(

I’m using Blender 2.81 and this is what I got in the console:

Modules Installed () from ‘C:\Users\sdob\Documents\Blender files\Addons\alarm_and_shutdown\init.py’ into ‘C:\Users\sdob\AppData\Roaming\Blender Foundation\Blender\2.81\scripts\addons’

Any idea why?

Kr,
Steven

Hi!
Make sure, that the whole folder “alarm and shutdown” (and not just .py file) is in your /scripts/addons/ directory

Hi Sergey,

I tried your suggestion but that didn’t help. But what did help was the following:

  1. extract the rar file
  2. renaming the file (init.py) to alarm.py befo
  3. preferences > install > browse to the renamed py file

Thanks again for making the addon available!

Kr,
Steven

Um… no, it wont work this way, even though it’ll show in addons list.
Don’t use “install” button within blender. Just put the contents of the archive in a separate folder in your /scripts/addons. You dont have to rename anything!

Should look like this. This addon is a module (folder with init.py inside), not a single .py file

Alarm and shutdown v1.3 is out now! Now with Telegram and Viber notifications!
New in version v1.3

First off, version 1.3 is now much more easier to setup and have more options regarding notifications.

• Long awaited feature – notifications via popular messenger apps is finally here! Now, aside from emails, you can get notified via Telegram and Viber.

• Linux version is now supports Sleep shut-down type

• Linux support was improved. Shut-down now works in Debian as well.

• Email setup is now requires to fill only one field instead of that user/password/smtp/port/ttl jibber jabber. Just set up your inbox address and you good to go. Multiple addresses (up to 3) are now supported!

• Also, new original notification sounds replaced previous ones. It’s mostly due to legal reasons, but the ability to set up your own jingle is still here.

• Minor change: checkbox that enables notifications and shut-down timer in addons’ panel header now doesn’t save its’ state. It is convenient to prevent accidental shut down action when you render your scene next time and forgot to disable Alarm and Shutdown

• Countdown until shut-down now displayed in the status bar.

• Email message is now formatted as an HTML text. Looks dandy.

3 Likes

Hi.

Have you planned to release a version of your add-on compatible with Blender 3.0?

Hi!
Well, it works on my 3.0 just the same :slight_smile:

пн, 20 дек. 2021 г. в 19:03, xan2622 via Blender Artists Community <[email protected]>:

1 Like

It’s an amazing and useful add-on. thanks for designing it <3
If there was the possibility to send the rendered file through telegram or email, that would have made this a dream add-on for sure

Thanks for the feedback! This feature was on the list from the day one (well… may be from the day two, actually), it was some technical restrictions to send POST messages through web gateway. But I’ll probably try to dig in a little bit deeper some time later :slight_smile: