blender-addon-engineer

Automate Blender asset validation, exporting, and pipeline compliance checks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kayroalexandre/kayrogomesoff --skill blender-addon-engineer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blender-addon-engineer
Source: https://github.com/kayroalexandre/kayrogomesoff/tree/main/.kiro/skills/blender-addon-engineer
Command: npx skills add https://github.com/kayroalexandre/kayrogomesoff --skill blender-addon-engineer

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps automate repetitive Blender tasks like asset validation, exporting, and pipeline integration, reducing manual errors and saving artists’ time.

Core Features & Use Cases

  • Asset Validation: Checks naming, transforms, and material slots to ensure assets meet pipeline standards.
  • Automated Exporting: Provides preset export options for formats like glTF, FBX, or USD, with deterministic output paths.
  • Use Case: A technical artist runs this tool before handing off models to ensure all assets adhere to shared naming and transform conventions, preventing downstream issues.

Quick Start

Use the Blender addon to validate selected assets and export them to the specified directory with a single click.

Frequently Asked Questions about blender-addon-engineer

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

FAQPage Schema
How do I automate Blender asset validation and export for pipeline handoff?

Automate Blender asset validation by checking naming, transforms, and material slots to ensure pipeline compliance, then use preset export options for formats like glTF, FBX, or USD with deterministic output paths.

What does deterministic naming and transform application do in a Blender pipeline?

Deterministic naming and transform application enforce shared conventions across Blender assets, preventing downstream issues by ensuring models adhere to strict technical standards before handoff.

Can I use Python scripting to validate materials and apply transforms in Blender?

Yes, you can use Python scripting with bpy to validate material slots, apply transforms, and execute compliance checks on Blender assets, automating repetitive pipeline tasks for technical artists.

Does this Blender automation tool support exporting to glTF, FBX, and USD formats?

Yes, the Blender automation tool supports exporting to glTF, FBX, and USD formats using preset export options, providing deterministic output paths to streamline the asset handoff process.

How do I prevent manual errors when preparing Blender assets for export?

Prevent manual errors during Blender asset preparation by running automated validation checks on naming, transforms, and material slots, ensuring all assets meet shared pipeline standards before exporting.

Do I need bpy and Python scripting to run automated Blender export presets?

Yes, you need bpy and related Python scripting to run automated Blender export presets, as the validation and export automation logic relies on scripting to enforce pipeline compliance checks.