creating-3d-assets-blender

Create and export 3D assets via Blender's Python API and MCP.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/hkcm91/StickerNestV4 --skill creating-3d-assets-blender
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creating-3d-assets-blender
Source: https://github.com/hkcm91/StickerNestV4/tree/main/.claude/skills/creating-3d-assets-blender
Command: npx skills add https://github.com/hkcm91/StickerNestV4 --skill creating-3d-assets-blender

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation and modification of 3D assets using Blender's Python API, streamlining workflows for game development, AR/VR content, and 3D visualization.

Core Features & Use Cases

  • Procedural Generation: Create complex meshes and geometry using Python scripts.
  • Asset Export: Export models in web-friendly formats like GLB and GLTF.
  • Material Application: Apply custom materials and textures to objects.
  • Use Case: Generate a set of 5 unique sci-fi crates with varying materials and export them as GLB files for use in a real-time 3D application.

Quick Start

Use the creating-3d-assets-blender skill to create a 3D cube with StickerNest's accent color material.

Frequently Asked Questions about creating-3d-assets-blender

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate 3D asset creation in Blender using Python?

To automate 3D asset creation in Blender, this Skill uses the Blender Python API (bpy) to execute scripts that generate procedural geometry, apply materials, and stack modifiers for your models.

Can I export Blender models to GLTF or GLB for web applications?

Yes, you can export Blender models to GLTF or GLB. The Skill supports these web-optimized export formats to ensure generated 3D assets are ready for spatial applications and real-time 3D environments.

What is procedural geometry generation in Blender and how does it work?

Procedural geometry generation in Blender is the process of creating complex meshes via Python scripts. Using the bpy API, it programmatically defines structures, applies materials, and stacks modifiers without manual modeling.

Does Blender's Python API support applying custom materials to 3D objects?

Yes, Blender's Python API supports applying custom materials to 3D objects. This Skill utilizes bpy to apply custom materials and textures to generated meshes, such as creating a cube with a specific accent color.

Can I use this Blender bpy workflow for AR VR content and game development?

Yes, this Blender bpy workflow supports AR VR content and game development by automating asset creation and exporting models in web-friendly GLB and GLTF formats for real-time 3D applications.