blendertorcp-cli

Installation
SKILL.md

BlenderToRCP CLI

Control the BlenderToRCP Blender plugin from the terminal. Every command spawns blender --background; successful commands return JSON to stdout, and --json keeps failure envelopes machine-readable on stdout.

Prerequisites

  • blendertorcp alias configured (see the blendertorcp-setup skill), or
  • BLENDERTORCP_BLENDER environment variable set and the Plugin path known

Commands

Scene inspection

# Scene metadata (object count, materials, frame range, units)
blendertorcp info <file.blend>

# List objects with optional type filter
blendertorcp list-objects <file.blend> [--type MESH] [--type LIGHT] [--selected]
Installs
3
GitHub Stars
30
First Seen
May 18, 2026
blendertorcp-cli — tomkrikorian/blendertorcp