blender

Installation
SKILL.md

Blender Control

Blender (/Applications/Blender.app) is scriptable in Python against bpy, bmesh and mathutils. Drive it through the Blender Bridge — a script running inside a running Blender GUI that executes whatever build script is POSTed to 127.0.0.1:8736. Because it runs in the live session on the main thread, bpy.data writes are legal, the viewport updates as you build, and viewport screenshots work. Everything documented here was executed and verified on Blender 5.2.0 LTS (bundled Python 3.13).

Installs
32
GitHub Stars
1
First Seen
Jul 31, 2026
blender — jablonkai/skills