A development tool used for creating blender scripts.
Script Watcher is a blender addon used to assist in developing other scripts. It does this by watching python scripts for changes, whenever you make a change to the watched script, it will be re-run. This is useful for developing blender scripts outside of blender (i.e. in an external text editor or IDE instead of directly in blenders text editor).
Download the file script_watcher.py
then open blender, go to user settings(Ctrl-Alt-U
) and select Install from file
.
Find the file previously downloaded file and click install
.
This script is considered to be a bata version. If you find any bugs please fill out a bug report