This is a Blender add-on used to reload/run scripts to quickly iteration on them.
This add-on can be used with the Blender Development Visual Studio Code extension. https://marketplace.visualstudio.com/items?itemName=JacquesLucke.blender-development
This allows for fast development and debugging without having to run commands from VSCode (after you started Blender with Blender Development Visual Studio Code extension)
- Install VSCode and the Blender Development Visual Studio Code extension
- Run
Blender: Start
while this file is open - Start modifying the
my_script.py
script and adding breakpoints - Each time you save
my_script.py
this add-on will reload and run the script