Экспорт 3D-моделей из Blender в web-форматы
★ 6.5 · vibe-coding
blender-web-pipeline is a Claude Code skill that automates exporting 3D models and animations from Blender to web-optimized formats, primarily glTF 2.0 and GLB. It includes Python (bpy) scripts for batch-processing entire directories of .blend files, Draco geometry compression (levels 0–10), texture baking, LOD generation via the Decimate modifier, and material optimization. The skill targets concrete web performance metrics: models under 5 MB, fewer than 50k triangles, and load times under 2 seconds, making it practical for Three.js, React Three Fiber, and Babylon.js projects. Pipelines run headlessly via `blender --background --python`, so they integrate naturally into CI systems or automated asset build workflows.