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 t
[Description truncada. Veja o README completo no GitHub.]