mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
- Add --yaml and --json command-line options to tydra_to_renderscene - Implement YAML format (human-readable, now default) with metadata header - Implement JSON format (machine-readable) with metadata header - Both formats include: format_version, generator, source_file, scene settings (upAxis, metersPerUnit, framesPerSecond, etc.), and summary counts - Add configuration info output as comments (YAML: #, JSON: //) - Config info includes: loading_method, input_file, triangulate, triangulation_method, build_vertex_indices, asset_resolver, timecode, etc. - Keep original KDL format available via API with format="kdl" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>