B
View source Cursor rule · Cursor Rule
Blender Python Add-ons
Add-on conventions for Blender's Python API
By awesome-cursorrules community (curated by PatrickJS) · last verified 2026-09-06
What it does
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.
Details
StackPython, Blender