mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
Adds a new inspection feature similar to pxrUSD's sdfdump, providing YAML-like tree output of USD Layer structure. New files: - src/usd-dump.hh/cc: InspectLayer/InspectStage implementation - GlobMatch/GlobMatchPath functions in str-util for pattern matching New CLI options: - --inspect: YAML-like Layer inspection output - --inspect-json: JSON output (placeholder, not yet implemented) - --value=MODE: Value printing mode (none/snip/full) - --snip=N: Number of items to show in snip mode - --path=PATTERN: Filter prims by path glob pattern (supports **) - --attr=PATTERN: Filter attributes by name glob pattern - --time=T or --time=S:E: TimeSamples time query 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
TinyUSDZ version of usdcat in pxrUSD.
Assume this project is built from tinyusdz root(../../)