blender-pipeline

Automate 3D asset pipelines using Blender's Python API for conversion, generation, and rendering.

1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/kjaylee/misskim-skills --skill blender-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blender-pipeline
Source: https://github.com/kjaylee/misskim-skills/tree/main/skills/blender-pipeline
Command: npx skills add https://github.com/kjaylee/misskim-skills --skill blender-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates complex and repetitive 3D asset creation, processing, and rendering tasks within Blender, significantly speeding up game development and 3D content pipelines.

Core Features & Use Cases

  • Format Conversion: Effortlessly convert between 3D file formats (FBX, glTF, OBJ).
  • Procedural Generation: Create game-ready assets like trees, rocks, and buildings procedurally.
  • Sprite Sheet Rendering: Generate 2D sprite sheets from 3D models for use in 2D games.
  • Automated Rigging & Animation: Apply basic rigging and import/process animations from sources like Mixamo.
  • Use Case: A game developer needs 50 unique low-poly trees for their game world. Instead of manually modeling each one, they can use this Skill to procedurally generate them with variations and export them in the required glTF format.

Quick Start

Use the blender-pipeline skill to convert the file 'model.fbx' to 'model.glb'.

Frequently Asked Questions about blender-pipeline

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

FAQPage Schema
How do I automate 3D asset creation and batch render sprite sheets in Blender?

Automating 3D asset creation and sprite sheet rendering in Blender is achieved by using the bpy Python API to script headless execution, enabling batch processing of 2D sprites from 3D models for game development pipelines.

Can I use Blender's Python API to batch convert FBX files to glTF format?

Yes, you can use Blender's Python API to batch convert 3D file formats like FBX to glTF, automating format conversion through headless execution to streamline your asset pipeline without opening the GUI.

Does automated procedural generation of game assets require a specific Blender version?

Procedural generation of game-ready assets using this automation approach requires Blender 4.x installation and a Python 3.x environment to execute the bpy API scripts for headless batch processing.

What is the best way to automate rigging and Mixamo animation processing in Blender?

The best way to automate rigging and process Mixamo animations is by using Blender's bpy Python API to script the application of basic rigs and import animations directly into your 3D asset pipeline.

Can I integrate Blender 3D asset rendering into CI/CD workflows?

Yes, you can integrate 3D asset rendering into CI/CD workflows by executing Blender headlessly via the bpy Python API, which supports automated format conversion and batch processing for continuous integration.