What problem does it solve?
Run Scene Optimizer operations on a USD asset and produce an optimized output you can review and validate, without manually stitching together validation, configuration, execution, and result handling.
Core Features & Use Cases
- Execute an op chain and save results: Apply a sequence of operations to a USD stage and write an optimized asset to an output path.
- Use validator findings to build a config: Convert recommended fixes from prior
run-validators / interpret-validators work into a runnable operation chain.
- Guardrails for correctness and safety: Validates input paths, offers operation-availability checks, supports non-destructive and destructive pipelines, and prompts before destructive ops that permanently alter geometry or materials.
Quick Start
Run run-operations on your asset by providing the input path and a named pipeline, for example: /run-operations /path/to/asset.usd --pipeline safe-cleanup --output /path/to/asset.optimized.usdc.