# Blender Python Add-ons

> Add-on conventions for Blender's Python API

Source: https://aistack.sh/rule/blender-python-addon
Real source: https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/blender-python-addon.mdc
Author: awesome-cursorrules community (curated by PatrickJS)
Category: cursor-rule
Stack: Python, Blender
Last verified: 2026-09-06

Cursor Project Rules for Blender Python add-on development: operators, panels, properties, registration, and API-safe scripting.

## Install

### cursor

```
mkdir -p .cursor/rules
curl -o .cursor/rules/blender-python-addon.mdc https://raw.githubusercontent.com/PatrickJS/awesome-cursorrules/main/rules/blender-python-addon.mdc
```

Per the repo's own instructions: create a .cursor/rules/ directory in your project, then copy the .mdc file into it. Cursor auto-attaches the rule based on the globs in its frontmatter.

---

From aistack.sh. Last verified 2026-09-06.
