Skip to content

Releases: wisaac407/blender-script-watcher

Beta version 0.6

29 Sep 18:24
Compare
Choose a tag to compare

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

22 Sep 01:09
Compare
Choose a tag to compare

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

21 Sep 00:25
Compare
Choose a tag to compare

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

20 Sep 19:41
Compare
Choose a tag to compare

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.