blender-3d
Installation
SKILL.md
Blender 3D — Scene Manipulation Skill
Python API reference for Blender 5.1+ 3D scenes. Send all code via:
curl -s localhost:5656 --data-binary @- <<'PYEOF'
<python code>
PYEOF
See the main blender skill for full communication details, visual feedback, and error recovery.
Scene basics
# List objects
bpy.data.objects.keys()