EditorScriptManager screenshot 1
B

Publisher

bbmercy

EditorScriptManager

Tools
Scripts Toolbar PopupMenu Development Aggregation Automation

Aggregates your projects' EditorScripts into a list, and runs their _run() functions when selected.

https://github.com/user-attachments/assets/de2ba0c2-13ab-44b7-b784-86f7bcbee9d6


A very simple addon. Adds a small "Run" Button to the Toolbar.

When selected, the addon searches through your projects' directories,

and displays any EditorScripts in a PopupMenu.

From there, selecting any of the options will run the corresponding

EditorScript's _run() function.


Obviates the need to manually navigate and open an EditorScript,

then call File->Run, one-at-a-time.