agency-blender-add-on-engineer

Automate Blender asset prep, validation, and export via Python add-ons.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/jay6697117/agency-agents-antigravity --skill agency-blender-add-on-engineer
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agency-blender-add-on-engineer
Source: https://github.com/jay6697117/agency-agents-antigravity/tree/main/.agents/skills/agency-blender-add-on-engineer
Command: npx skills add https://github.com/jay6697117/agency-agents-antigravity --skill agency-blender-add-on-engineer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Blender artists and teams waste time on repetitive asset preparation, validation, and export steps that are error-prone when done manually. This skill provides tooling to automate asset prep, enforce standards, and streamline handoffs to engines and pipelines.

Core Features & Use Cases

  • Build Blender-native tooling (add-ons, validators, exporters) that automate asset prep, validation, and batch export to improve reliability and speed.
  • Enforce naming conventions, transforms, hierarchies, and material-slot integrity before assets leave Blender.
  • Use Case: large libraries in production pipelines are accelerated by reusable, reliable tools that plug into existing export presets and pipelines.

Quick Start

Create and customize a Blender add-on pipeline to automate asset prep, validation, and export in your studio.

Frequently Asked Questions about agency-blender-add-on-engineer

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

FAQPage Schema
How do I automate Blender asset prep and export for a game development pipeline?▼

Automate Blender asset prep and export by building Python add-ons that enforce naming conventions, validate transforms and hierarchies, and apply export presets. This creates reliable, repeatable Blender-to-engine handoffs across large asset libraries without manual intervention.

What's the best way to enforce naming conventions and material slot integrity in Blender before export?▼

Enforce naming conventions and material slot integrity in Blender using validation tooling that checks assets before export. Validators inspect hierarchies, transforms, and material assignments, blocking or flagging non-compliant assets to ensure deterministic, error-free handoffs to game engines.

Can I build non-destructive batch export workflows for large Blender asset libraries?▼

Build non-destructive batch export workflows for large Blender asset libraries by creating custom add-ons with clear UI and preferences. These tools automate repetitive export steps while maintaining non-destructive workflow principles, ensuring assets remain editable and consistent across production pipelines.

How do I create maintainable Blender add-ons with UI and export presets for technical art pipelines?▼

Create maintainable Blender add-ons for technical art pipelines by designing Python tooling with clear UI, preferences, and export presets. This architecture supports deterministic naming and non-destructive workflows, ensuring reliable asset validation and batch export across large production libraries.

Does Blender validation tooling work with existing export presets in production pipelines?▼

Blender validation tooling works with existing export presets in production pipelines by plugging reusable add-ons into current configurations. This integration accelerates asset prep, enforces standards, and streamlines handoffs without disrupting established export workflows.