scripting-blender

Automate Blender 3D workflows using the bpy API for scene creation, rendering, and asset export.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/pelchers/SessionSaver --skill scripting-blender
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scripting-blender
Source: https://github.com/pelchers/SessionSaver/tree/main/.codex/skills/scripting-blender
Command: npx skills add https://github.com/pelchers/SessionSaver --skill scripting-blender

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Blender studios and automated pipelines spend time on repetitive scene creation, rendering setup, and asset export; this skill provides reusable automation via Python scripting to reduce manual work.

Core Features & Use Cases

  • Scene automation: programmatically build and manipulate 3D scenes using the Blender Python API.
  • Asset generation and export: create meshes, materials, and batch export to FBX, GLTF, or OBJ.
  • Rendering automation: batch render with configurable settings and outputs for previews and final renders.
  • Workflow integration: chain scripting tasks to automate repetitive production pipelines for games and visualization.

Quick Start

Run the provided Blender Python script in background mode to automate a full scene generation and export workflow.

Frequently Asked Questions about scripting-blender

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

FAQPage Schema
How do I automate Blender 3D workflows with Python scripting?

Automate Blender 3D workflows by running Python scripts that use the bpy API to drive scene creation, material assignment, rendering, and asset export in background mode.

Can I batch render and export 3D assets from Blender using the bpy API?

Yes, batch rendering and asset export from Blender is achievable using the bpy API to programmatically create meshes, assign materials, and export to FBX, GLTF, or OBJ formats.

What's the best way to generate procedural 3D scenes for game asset pipelines?

Generating procedural 3D scenes for game pipelines is best handled by scripting the Blender Python API to programmatically build scenes, assign materials, and batch export assets.

Do I need Blender installed to run Python scripts for 3D scene automation?

Yes, you need Blender with Python support installed, as the automation relies on the integrated bpy API to manipulate scenes, configure rendering settings, and export 3D assets.

Does Blender Python scripting support FBX, GLTF, and OBJ export formats?

Blender Python scripting supports asset generation and batch export to FBX, GLTF, and OBJ formats by driving the bpy API to programmatically create and export meshes and materials.