blender-interface

AI interface skill for Blender 3D — headless CLI execution, Python bpy API, mesh import/export, rendering, and integration with engineering analysis workflows.

5 stars

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

$curl -o ~/.claude/skills/blender/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/engineering/cad/blender/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/blender/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How blender-interface Compares

Feature / Agentblender-interfaceStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/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

5
from vamseeachanta/workspace-hub

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

5
from vamseeachanta/workspace-hub

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

5
from vamseeachanta/workspace-hub

Sub-skill of paraview-interface: Verify Data Range (+2).

paraview-interface-save-screenshots

5
from vamseeachanta/workspace-hub

Sub-skill of paraview-interface: Save Screenshots (+5).

paraview-interface-python-script-structure-paraviewsimple

5
from vamseeachanta/workspace-hub

Sub-skill of paraview-interface: Python Script Structure (paraview.simple) (+5).

paraview-interface-openfoam-to-paraview-pipeline

5
from vamseeachanta/workspace-hub

Sub-skill of paraview-interface: OpenFOAM to ParaView Pipeline (+2).

paraview-interface-cli-execution

5
from vamseeachanta/workspace-hub

Sub-skill of paraview-interface: CLI Execution (+3).

paraview-interface

5
from vamseeachanta/workspace-hub

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

5
from vamseeachanta/workspace-hub

Sub-skill of blender-interface: Scene Setup via Python Script (+5).

blender-interface-render-output-locations

5
from vamseeachanta/workspace-hub

Sub-skill of blender-interface: Render Output Locations (+3).

blender-interface-orcaflex-results-to-blender-visualization

5
from vamseeachanta/workspace-hub

Sub-skill of blender-interface: OrcaFlex Results to Blender Visualization (+2).

blender-interface-mesh-quality-checks

5
from vamseeachanta/workspace-hub

Sub-skill of blender-interface: Mesh Quality Checks (+2).