simready-addon-install-and-authoring
Installation
SKILL.md
SimReady add-on install and authoring
Work on a caller-owned copy. The official SimReady add-on owns authoring, validators, and export semantics. The pinned OVRTX example consumes supported SimReady state but does not replace that add-on.
Preflight
- Confirm the Blender/add-on versions supported by the supplied distribution.
- Run
scripts/probe_simready_surface.pyinside the target Blender. It reports the installed module and exact registered operator candidates without mutating the scene. A missing required authoring surface isblocked. - Read
references/simready-public-contract.mdbefore scripting. Probe operator RNA in the running version; never infer an operator from an old screenshot or invent equivalent custom properties. - From the
public/distribution root, run: