Adverti horiz upsell

File Folder Watcher 0.4.1 for Maya (maya script)

A way to run python scripts interactively from any device and get the feedback emailed to you.

License
Button download
119 Downloads

Compatibility

  • 2011, 2010, 2009

Operating Systems

  • Linux
  • Mac
  • Windows

History

Created:02/28/2011
Last Modified:03/02/2011
File Size: 20.7 KB

Version History

0.4
* removed PyMel as a dependency
* fixed a bug with files in subdirectories not firing off correctly
* included distribute_setup.py file in the libs dir - fetches newest version of distribute and installs it
* included the ez_setup.py file in the libs dir - extracted from the newest version of setup tools (version 0.6c11)
* made separate config file
* included 2 sample example files
* added an option in the config to either send output as an attachment or in the body of the email
* put install instructions in a separate file

0.3

* added full support for windows
* changed the way some of the output was sent
* added os detection to make sure both windows and osx work
* added more intense logging
* added more comments (hard to believe I'm sure)
* included the __init__.py file that was missing from the last one

0.2
* switched from FileSystemEventHandler to PatternMatchingEventHandler
* added semi-proper docstrings
* added error checking
* added proper logging (removed print; added logging module)
* changed imports from single line to multi-line (pep8 recommends this)

0.1
* initial creation