wireframe-to-3d
Installation
SKILL.md
Wireframe-to-3D Conversion
Convert 2D orthographic wireframe images to parametric 3D Blender models, exported as glTF 2.0 binary (.glb).
Overview
The skill drives a four-stage pipeline:
- Analyze wireframe images locally with
scripts/wireframe_analyzer.py(OpenCV → Bezier control points in JSON). - Generate Blender Python code that recreates the contours as parametric Bezier curves.
- Execute code in Blender via
mcp__blender__execute_blender_code, converting curves to meshes with PBR materials. - Export as optimized GLB (≤ 15 MB), validating size and topology.
You (Claude) are the orchestrator. The scripts/ directory contains the only standalone code (wireframe_analyzer.py); everything else is patterns you emit and run via MCP.
Prerequisites — check first
Before any wireframe work, verify the environment: