blender-web-pipeline
blender-web-pipeline bridges Blender's 3D design capabilities with modern web frameworks by automating model export to glTF and GLB formats. This skillstack equips you to move seamlessly from 3D asset creation into web-ready formats compatible with Three.js, Babylon.js, and React Three Fiber. Perfect for agencies and developers building immersive web experiences with optimized 3D content.
blender-web-pipeline streamlines exporting Blender models to glTF and GLB formats optimized for web. Use the built-in glTF exporter in Blender (File > Export > glTF 2.0) or automate exports via Python scripts with the bpy module. The pipeline handles material baking, texture optimization, and format selection to ensure your 3D assets load efficiently in web browsers and frameworks.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2025-11-20
blender-web-pipeline streamlines exporting Blender models to glTF and GLB formats optimized for web. Use the built-in glTF exporter in Blender (File > Export > glTF 2.0) or automate exports via Python scripts with the bpy module. The pipeline handles material baking, texture optimization, and format selection to ensure your 3D assets load efficiently in web browsers and frameworks.
Use it when
- Yes.
- blender-web-pipeline applies polygon decimation to reduce geometry complexity, implements Draco compression for file size reduction.
Verify before relying
Read SKILL.md below before installing (8 files). Open directory: indexed for reading, not audited.
Install
freshtechbro/claudedesignskills/blender-web-pipeline · repository language: Python
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I export blender to gltf for web applications?
blender-web-pipeline streamlines exporting Blender models to glTF and GLB formats optimized for web. Use the built-in glTF exporter in Blender (File > Export > glTF 2.0) or automate exports via Python scripts with the bpy module. The pipeline handles material baking, texture optimization, and format selection to ensure your 3D assets load efficiently in web browsers and frameworks.
Can blender-web-pipeline automate batch processing of multiple Blender files?
Yes. blender-web-pipeline leverages Python scripting with bpy to automate batch export workflows. Write scripts that iterate through multiple .blend files, apply consistent export settings, and generate GLB or glTF outputs in bulk. This eliminates manual export repetition and ensures uniform optimization across your entire asset library for web deployment.
What optimization techniques does blender-web-pipeline use for 3D geometry and textures?
blender-web-pipeline applies polygon decimation to reduce geometry complexity, implements Draco compression for file size reduction, and bakes textures to minimize draw calls. These techniques lower bandwidth requirements and improve real-time rendering performance in web browsers, making your 3D models suitable for production web applications.
How does blender-web-pipeline generate LOD variants for web performance?
blender-web-pipeline automates level-of-detail (LOD) generation by creating multiple geometry variants at different polygon densities. Combined with compression techniques, LOD variants allow web applications to load lower-detail models at distance and higher-detail versions up close, significantly improving frame rates and overall performance in Three.js, Babylon.js, and React Three Fiber scenes.
Which web frameworks does blender-web-pipeline integrate with?
blender-web-pipeline exports are fully compatible with Three.js, Babylon.js, and React Three Fiber. The glTF and GLB formats these exports produce are industry standards for web 3D, ensuring your Blender assets load seamlessly into any modern web-based 3D framework without additional conversion or compatibility workarounds.
Can I use blender-web-pipeline for command-line export automation?
Yes. blender-web-pipeline supports command-line workflows through Blender's headless mode and Python scripting. Automate your entire export pipeline—from model optimization to format conversion—without opening the Blender GUI, making it ideal for CI/CD pipelines and server-side asset processing in production environments.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
Blender Web Pipeline
Overview
Blender Web Pipeline skill provides workflows for exporting 3D models and animations from Blender to web-optimized formats (primarily glTF 2.0). It covers Python scripting for batch processing, optimization techniques for web performance, and integration with web 3D libraries like Three.js and Babylon.js.
When to use this skill: - Exporting Blender models for web applications - Batch processing multiple 3D assets - Optimizing file sizes for web delivery - Automating repetitive Blender tasks - Creating production pipelines for 3D web content - Converting legacy formats to glTF
**Key
(truncated - see the full file via the links below)
File tree — 8 files
.claude/skills/blender-web-pipeline/SKILL.md
.claude/skills/blender-web-pipeline/assets/README.md
.claude/skills/blender-web-pipeline/references/bpy_api_reference.md
.claude/skills/blender-web-pipeline/references/gltf_export_guide.md
.claude/skills/blender-web-pipeline/references/optimization_strategies.md
.claude/skills/blender-web-pipeline/scripts/batch_export.py
.claude/skills/blender-web-pipeline/scripts/generate_lods.py
.claude/skills/blender-web-pipeline/scripts/optimize_model.py
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Export Blender models to glTF/GLB format for web applications”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
Blender Mcp bridges your 3D modeling software with Model Context Protocol servers, enabling remote command execution and workflow automation. Use this skill to script complex Blender operations, manage rendering jobs, and integrate your 3D pipeline with external systems through standardized MCP communication.
This skill enables you to import and render glTF and GLB format 3D models directly into three.js applications. Perfect for game developers and interactive visualization projects, it handles the complete workflow from model loading through scene integration, letting you focus on gameplay and visual design rather than format conversion complexity.
This skill bridges 3D design and fabrication by exposing CAD modeling, rendering, and production tools through a command-line interface designed for AI agents. It consolidates fragmented CAD ecosystems into a cohesive agent-native platform, enabling seamless integration of geometry creation, visualization, and manufacturing operations.
threejs-webgl equips Claude Code with a comprehensive toolkit for creating immersive 3D graphics and WebGL-powered experiences. This skillstack integrates Three.js alongside complementary libraries like GSAP and Babylon.js, enabling developers to craft sophisticated animations and interactive visualizations for modern web applications.
spline-interactive equips Claude Code with a professional design agency toolkit for crafting interactive 3D web experiences. Leverage integrated support for Three.js, GSAP, React Three Fiber, Framer Motion, Babylon.js, and modern web frameworks to build visually rich applications without manual code entry.
This skill equips Claude Code with the ability to load and parse 3D models in diverse file formats through Three.js's comprehensive loader ecosystem. Whether you're working with glTF, OBJ, FBX, or other standard 3D formats, this integration simplifies asset management and model initialization for your projects.
More skills Threejs Animation (AGPL-3.0)