A Blender add-on for managing and running external Python scripts with one-click access, favorites, tags, and in-panel metadata editing.
- One-Click Script Execution - Run any Python script directly from the sidebar panel
- Open in Text Editor - Quickly open scripts in Blender's built-in text editor
- Favorites - Mark frequently used scripts for quick access and filter by favorites
- Custom Tags - Add tags to scripts for categorization and filtering
- Custom Display Names - Set friendly names for your scripts
- In-Panel Editing - Edit script metadata (tags, display name) without leaving the panel
- Persistent Metadata - All favorites, tags, and display names are saved across sessions
- Open Scripts Folder - Quick access to your scripts directory from the panel
- Download the latest release
.zip - In Blender, go to Edit > Preferences > Get Extensions
- Click the dropdown arrow and select Install from Disk
- Select the downloaded
.zipfile
- Clone or download this repository
- Copy the
script_manager_profolder to your Blender extensions directory
- After installation, go to Edit > Preferences > Add-ons
- Find Script Manager Pro and expand it
- Set the Scripts Folder Path to the directory containing your Python scripts
- Open the 3D Viewport sidebar (press
N) and find the Script Manager tab
- Click Refresh List to scan your scripts folder
- Each script appears with action buttons:
- Play - Execute the script
- Text - Open in Blender's text editor
- Star - Toggle favorite status
- Pencil - Edit metadata (display name, tags)
- Use the Tags filter to find scripts by tag
- Toggle Favorites to show only starred scripts
script_manager_pro/
├── __init__.py # Main add-on code
├── blender_manifest.toml # Blender extension manifest
└── README.md
| Permission | Reason |
|---|---|
files |
Reads and writes script metadata to a JSON file |
- Blender 4.4.0 or later
- No external Python dependencies
Cemil Berk - cemilbnr