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
blendertorcpalias configured (see theblendertorcp-setupskill), orBLENDERTORCP_BLENDERenvironment 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]