Releases: wisaac407/blender-script-watcher
Releases · wisaac407/blender-script-watcher
Beta version 0.6
Release Notes
- Auto reload on startup.
Adds the option to reload the script automatically on startup. - Console debugging mode.
This adds the option on each console to enter debug mode. While in debug mode you have access to all the variables set in the script.
Beta version 0.5
Release Notes
- Added option to reload the script while running.
- Immediately stop execution if the filepath is invalid(either doesn't exist, is a directory or we don't have access rights)
Bug Fixes
- Unregister the sw property group.
Beta version 0.4.1
This was nesesary because of some major bugs in v0.4
Release Notes
- Fix sub-package reloading error(sub-packages were only getting loaded once).
- Prefix console output with '[Script Watcher]:' to distinguish it form other output
v0.4: Beta version 0.4
Release Notes
- Fixed module loading system for packages(was completly broken).
- Add option to print script output to blenders internal python console.
- Fix small bug with loading single file scripts.