blender-interface
AI interface skill for Blender 3D — headless CLI execution, Python bpy API, mesh import/export, rendering, and integration with engineering analysis workflows.
Best use case
blender-interface is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
AI interface skill for Blender 3D — headless CLI execution, Python bpy API, mesh import/export, rendering, and integration with engineering analysis workflows.
Teams using blender-interface should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/blender/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How blender-interface Compares
| Feature / Agent | blender-interface | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
AI interface skill for Blender 3D — headless CLI execution, Python bpy API, mesh import/export, rendering, and integration with engineering analysis workflows.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Blender Interface ## Related Skills - [freecad-automation](../freecad-automation/SKILL.md) - Parametric CAD geometry - [gmsh-meshing](../gmsh-meshing/SKILL.md) - Mesh generation for analysis - [paraview-interface](../../cfd/paraview/SKILL.md) - Scientific visualization ## References - Blender Python API: https://docs.blender.org/api/current/ - Blender CLI Reference: https://docs.blender.org/manual/en/latest/advanced/command_line/arguments.html --- ## Version History - **1.1.0** (2026-02-24): Validated against Blender 5.0.1. Added 5.x migration column (EEVEE enum revert, use_nodes deprecation), version-safe render config, 2 new failure diagnosis entries. - **1.0.0** (2026-02-23): Initial full interface skill covering CLI execution, bpy API, 3.x/4.x migration, rendering, mesh validation, and engineering integration. ## Sub-Skills - [Scene Setup via Python Script (+5)](scene-setup-via-python-script/SKILL.md) - [CLI Headless Execution (+3)](cli-headless-execution/SKILL.md) - [Render Output Locations (+3)](render-output-locations/SKILL.md) - [Common Failures (+2)](common-failures/SKILL.md) - [Mesh Quality Checks (+2)](mesh-quality-checks/SKILL.md) - [OrcaFlex Results to Blender Visualization (+2)](orcaflex-results-to-blender-visualization/SKILL.md)
Related Skills
solidworks-to-blender-pipeline
Use when converting SolidWorks .sldprt/.sldasm geometry to Blender for rendering, animation, or visualization, including questions about STEP export settings, FreeCAD as a bridge, or which mesh format (STL/OBJ/GLTF) to choose.
blender-worktree-test-hardening
Recover and harden digitalmodel Blender automation work in isolated worktrees when uv/editable dependency paths break and local machines lack a Blender executable.
paraview-interface-verify-data-range
Sub-skill of paraview-interface: Verify Data Range (+2).
paraview-interface-save-screenshots
Sub-skill of paraview-interface: Save Screenshots (+5).
paraview-interface-python-script-structure-paraviewsimple
Sub-skill of paraview-interface: Python Script Structure (paraview.simple) (+5).
paraview-interface-openfoam-to-paraview-pipeline
Sub-skill of paraview-interface: OpenFOAM to ParaView Pipeline (+2).
paraview-interface-cli-execution
Sub-skill of paraview-interface: CLI Execution (+3).
paraview-interface
AI interface skill for ParaView scientific visualization — pvpython/pvbatch CLI execution, paraview.simple API, filter pipelines, OpenFOAM integration, and automated image/data export.
blender-interface-scene-setup-via-python-script
Sub-skill of blender-interface: Scene Setup via Python Script (+5).
blender-interface-render-output-locations
Sub-skill of blender-interface: Render Output Locations (+3).
blender-interface-orcaflex-results-to-blender-visualization
Sub-skill of blender-interface: OrcaFlex Results to Blender Visualization (+2).
blender-interface-mesh-quality-checks
Sub-skill of blender-interface: Mesh Quality Checks (+2).