-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
Here’s the process I use to set up my extension workflow on Mac to build Blender extensions.
Does this project currently accept contributions? If yes, I can also submit this as a pull request.
-
Install the Addon
Install the Blender VSCode Addon. -
Enable Reload on Save
Go to VS Code settings and enable:
Blender › Addon: Reload On Save
-
Create a New Addon
- Ensure the folder is completely empty.
- Press
Command + Shift + P
- Select Blender: New Addon
- Choose the "Simple" Template
- Enter a name for your addon
- Ensure Blender version is 4.2 or greater.
-
Add a Minimal Button Script
Paste a basic script for a button into the generated template. -
Build and Start the Addon
- Press
Command + Shift + P
- Select Blender: Build and Start
- Press
Video tutorial about this setup:
extension_vs_code.mp4
Metadata
Metadata
Assignees
Labels
No labels