Skip to content

RedForty/Notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notifier

This will one day be the grounds for a more robust notification system. For now, the only example I have is to warn you if your autokey is OFF. Helpful for animators that like using StudioLibrary or other tools that mess with autokey.


Installation

Place the notifier.py file in your maya/scripts folder. The other files do not matter.

~maya/scripts/
            - notifier.py


Usage

To activate the notifier, make this a python button on your shelf.

# Turn it on
import notifier
notifier.activate()

To deactivate the notifier, make this a python button on your shelf.

# Turn it off
notifier.deactivate()

About

Simple in-viewport Maya notification system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages