What problem does it solve?
This Skill removes the friction of manually operating Blender by letting you create and modify 3D content from ZedClaw through a simple socket-based command interface.
Core Features & Use Cases
- Run Blender Python (bpy) remotely: Execute arbitrary Blender scripts to generate objects, edit properties, and automate workflows.
- Inspect scenes and objects: List scene objects and retrieve details about specific objects for iterative, tool-driven creation.
- Capture viewport output: Generate quick viewport screenshots to verify results without exporting full renders.
- Use case: When you need to quickly prototype a model (e.g., generate multiple variations of a mesh with different materials and keyframes), you can drive Blender from ZedClaw repeatedly rather than clicking through steps.
Quick Start
Start the BlenderMCP socket server in your running Blender session, then send an execute_code command to run bpy logic that creates your desired objects and materials.