LLM Skills
~/catalogue/connecteurs et intégrations//SKILL

Cliquez sur n'importe quel élément dans blender

/SKILL

Interface de ligne de commande pour Blender - Une interface de ligne de commande avec état pour l'édition de scènes 3D, suivant les mêmes modèles que la CLI de GIMP ...

HKUDSHKUDS
47.7k
20 mai 2026
Apache License 2.0
// contenu du skill

name: "cli-anything-blender"

description: >-

Command-line interface for Blender - A stateful command-line interface for 3D scene editing, following the same patterns as the GIMP CLI ...


cli-anything-blender

A stateful command-line interface for 3D scene editing, following the same patterns as the GIMP CLI harness. Uses a JSON scene description format with bpy script generation for actual Blender rendering.

Installation

This CLI is installed as part of the cli-anything-blender package:

bash
pip install cli-anything-blender

Prerequisites:

  • Python 3.10+
  • blender (>= 4.2) must be installed on your system

Usage

Basic Commands

bash
# Show help
cli-anything-blender --help

# Start interactive REPL mode
cli-anything-blender

# Create a new scene project
cli-anything-blender scene new -o scene.blend-cli.json

# Run with JSON output (for agent consumption)
cli-anything-blender --json --project scene.blend-cli.json scene info

REPL Mode

When invoked without a subcommand, the CLI enters an interactive REPL session:

bash
cli-anything-blender
# Enter commands interactively with tab-completion and history

Command Groups

Scene

Scene management commands.

CommandDescription
newCreate a new scene
openOpen an existing scene
saveSave the current scene
infoShow scene information
profilesList available scene profiles
jsonPrint raw scene JSON

Object Group

3D object management commands.

CommandDescription
addAdd a 3D primitive object
removeRemove an object by index
duplicateDuplicate an object
transformTransform an object (translate, rotate, scale)
setSet an object property (name, visible, location, rotation, scale, parent)
listList all objects
getGet detailed info about an object

Material

Material management commands.

CommandDescription
createCreate a new material
assignAssign a material to an object
setSet a material property (color, metallic, roughness, specular, alpha, etc.)
listList all materials
getGet detailed info about a material

Modifier Group

Modifier management commands.

CommandDescription
list-availableList all available modifiers
infoShow details about a modifier
addAdd a modifier to an object
removeRemove a modifier by index
setSet a modifier parameter
listList modifiers on an object

Camera

Camera management commands.

CommandDescription
addAdd a camera to the scene
setSet a camera property
set-activeSet the active camera
listList all cameras

Light

Light management commands.

CommandDescription
addAdd a light to the scene
setSet a light property
listList all lights

Animation

Animation and keyframe commands.

CommandDescription
keyframeSet a keyframe on an object
remove-keyframeRemove a keyframe from an object
frame-rangeSet the animation frame range
fpsSet the animation FPS
list-keyframesList keyframes for an object

Render Group

Render settings and output commands.

CommandDescription
settingsConfigure render settings
infoShow current render settings
presetsList available render presets
executeRender the scene (generates bpy script)
scriptGenerate bpy script without rendering

Preview

Real preview bundle capture and live preview session commands.

CommandDescription
preview recipesList available preview recipes
preview captureRender a real preview bundle for the active scene
preview latestReturn the latest existing preview bundle
preview live startStart a live preview session and publish the first bundle
preview live pushPublish a refreshed bundle into the live session
preview live statusRead current live-session state without rendering
preview live stopStop the live session without deleting artifacts

Typical bundle artifacts for recipe quick:

  • hero.png from real Eevee preview rendering
  • workbench.png from real Blender Workbench rendering

Live sessions persist:

  • session.json as the mutable head
  • immutable bundle directories
  • trajectory.json as append-only command-to-preview history

Viewer side:

  • cli-hub previews inspect <bundle-or-session>
  • cli-hub previews html <bundle-or-session> -o page.html
  • cli-hub previews watch <session-dir> --open
  • cli-hub previews open <bundle-or-session>

Session

Session management commands.

| Command |

// source originale publique
HKUDS/CLI-Anything
/skills/cli-anything-blender/SKILL.md
Projet indépendant, non affilié à Anthropic. Ce skill reste la propriété de son auteur original.
// installer ce skill
Collez cette commande dans votre terminal à la racine de votre projet :
mkdir -p .claude/commands && curl -o ".claude/commands/SKILL.md" "https://raw.githubusercontent.com/HKUDS/CLI-Anything/main/skills/cli-anything-blender/SKILL.md"
Ensuite dans Claude Code, tapez /SKILL pour l'activer.
open_in_newVoir la source originale
// sauvegarder
Sauvegarde disponible après connexion.
loginSe connecter pour sauvegarder
// informations
CréateurHKUDS
Étoiles 47.7k
LicenceApache License 2.0
Mis à jour20 mai 2026
Format.md
AccèsGratuit
// similaires

Skills Connecteurs et intégrations

Voir toutarrow_forward