Manage, run, and organize your Python scripts in Blender with ease.
Script Manager Pro is a Blender add-on that provides a convenient panel to:
Perfect for developers and technical artists who frequently reuse scripts especially helpful for quickly executing either AI-generated or manual code snippets without needing to build a new add-on every time. Just drop your script in the folder, tag it, and run.
Set your scripts folder once in the preferences, and everything stays persistent using local metadata. No network required, no extra setup.
files permission declaration in blender_manifest.toml to comply with Blender add-on requirements.This extension requests the following permission:
Reads and writes script metadata to a JSON file
Thank you very much for your feedback.
This is a great add-on! The only improvement I can think of would be the ability to add multiple script folder paths and a drop-down menu in the panel to switch between them. This would be useful if you work with multiple Git repositories that use different scripts.
I agree that such features could be useful in practice, and I will continue improving the add-on when possible. All noted and thank you very much for your feedback.
It is very convenient for developing Python scripts and small utilities for Blender. Thanks to the author.