Skip to content

Video tutorial on how to setup an addon #213

@kolibril13

Description

@kolibril13

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.

  1. Install the Addon
    Install the Blender VSCode Addon.

  2. Enable Reload on Save
    Go to VS Code settings and enable:
    Blender › Addon: Reload On Save

  3. 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.
  4. Add a Minimal Button Script
    Paste a basic script for a button into the generated template.

  5. Build and Start the Addon

    • Press Command + Shift + P
    • Select Blender: Build and Start

Video tutorial about this setup:

extension_vs_code.mp4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions