What problem does it solve? Exporting Blender models to web-ready formats involves repetitive manual steps, oversized files, and compatibility issues with web 3D engines. This Skill automates glTF export, geometry optimization, and texture compression so 3D assets load fast in browsers. ## Core Features & Use Cases - glTF/GLB Export Automation: Batch export .blend files to compressed GLB format using Blender's Python API (bpy) with Draco mesh compression. - Web Optimization: Reduce polygon counts via decimation, bake and downscale textures, and generate LOD variants to hit performance targets under 50k triangles. - Web Engine Integration: Load exported models in Three.js, React Three Fiber, or Babylon.js with DRACOLoader support. - Use Case: You have 50 product models in .blend files for an e-commerce site. Run the batch export script to convert them all to Draco-compressed GLB files under 1 MB each, ready for your Three.js product viewer. ## Quick Start Ask the AI to export your Blender model to an optimized GLB file with Draco compression for use in a Three.js web application.