Skip to content

wisaac407/blender-script-watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Script Watcher - Reload script upon changes.

A development tool used for creating blender scripts.

What it does

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).

Installation:

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.

Additional Notes:

This script is considered to be a bata version. If you find any bugs please fill out a bug report