Project legacy canvas metadata into documents

This commit is contained in:
2026-06-05 17:54:45 +02:00
parent a9ef2c598c
commit d0412e3bf9
11 changed files with 580 additions and 4 deletions

View File

@@ -261,6 +261,11 @@ powershell -ExecutionPolicy Bypass -File scripts\automation\apple-remote-build.p
automation, including the OpenGL command-plan support counts for that upload
stream, and is covered by
`pano_cli_simulate_document_render_smoke`.
- `pano_cli plan-canvas-document-snapshot` exposes the metadata-only bridge from
live canvas state toward `pp_document::CanvasDocument`, including dimensions,
active layer/frame, layer visibility/opacity/alpha/blend metadata, frame
durations, and pending renderer payload-readback counts, and is covered by
`pano_cli_plan_canvas_document_snapshot_smoke`.
- `pano_cli save-document-project` writes that pure document export to a PPI
file and is covered by `pano_cli_save_document_project_roundtrip_smoke`,
which inspects and loads the generated file.