Skip to content

Releases: GraphicArtQuest/Blender-Scripting-Assistant

v1.2.0

01 May 19:15
Compare
Choose a tag to compare

Features

  • Added a button to the main UI to quickly open the Blender add-on directory in a new file explorer window. 94afdf7
  • Added a button to the main UI to quickly open the monitored source file directory in a new file explorer window. 1ed053e

Bug Fixes

  • Fixed a bug that prevented complex add-on packages from hot swapping correctly. 048986b

v1.1.1

30 Apr 15:35
Compare
Choose a tag to compare

Bug Fixes

  • Fixed bug that prevented users from updating the hot swap monitor path. 865af65

v1.1.0

29 Apr 23:24
Compare
Choose a tag to compare

Features

  • Added support for add-ons in the form of Python packages and not just single self-contained files b94adfd
  • Reduced the bundler file name length restriction from 138 to 120 characters. 3d1c948

Bug Fixes

  • Fix bug that caused trailing back slashes in the monitored add-on file path to not monitor until the backslash was removed. 55ffd7c