Route equirectangular export writes through app core
This commit is contained in:
@@ -303,13 +303,15 @@ powershell -ExecutionPolicy Bypass -File scripts\automation\apple-remote-build.p
|
||||
app-core write/publish executor to the planned retained face filename set and
|
||||
falls back to `Canvas::export_cube_faces` if snapshot capture, PNG generation,
|
||||
or file writing fails. PNG equirectangular export writes a pure
|
||||
document/paint-renderer equirectangular PNG before falling back to the
|
||||
retained writer. Payload-complete layer and animation-frame PNG collections
|
||||
document/paint-renderer equirectangular PNG through the app-core file
|
||||
write/publish executor before falling back to the retained writer.
|
||||
Payload-complete layer and animation-frame PNG collections
|
||||
write pure document/paint-renderer equirectangular PNG sequences through the
|
||||
app-core collection write/publish executor before retained fallback. JPEG
|
||||
equirectangular export writes a pure document/paint-renderer JPEG with GPano
|
||||
XMP metadata before retained fallback; Web handoff, incomplete-readback
|
||||
collection cases, and video export remain on retained writer paths. Depth
|
||||
XMP metadata through the same app-core file write/publish executor before
|
||||
retained fallback; Web handoff, incomplete-readback collection cases, and
|
||||
video export remain on retained writer paths. Depth
|
||||
export now plans the retained image/depth output paths in `pp_app_core` and
|
||||
logs a tested `pp_paint_renderer` depth render plan plus the shared
|
||||
document-frame renderer-readiness report before retained
|
||||
@@ -1188,14 +1190,15 @@ powershell -ExecutionPolicy Bypass -File scripts\automation\apple-remote-build.p
|
||||
app-core planned legacy work-directory face paths through the app-core
|
||||
write/publish executor before falling back to the retained writer, PNG
|
||||
equirectangular export writes the pure document/paint-renderer
|
||||
equirectangular PNG before retained fallback, payload-complete layer and
|
||||
equirectangular PNG through the app-core file write/publish executor before
|
||||
retained fallback, payload-complete layer and
|
||||
animation-frame collections write pure document/paint-renderer PNG sequences
|
||||
through the app-core collection write/publish executor, depth export plans
|
||||
image/depth targets and logs the paint-renderer render plan plus shared
|
||||
renderer readiness before retained execution, and JPEG equirectangular export
|
||||
writes a pure document/paint-renderer JPEG with GPano XMP metadata before
|
||||
retained fallback while Web/incomplete-readback collection cases remain on
|
||||
older retained paths. It
|
||||
writes a pure document/paint-renderer JPEG with GPano XMP metadata through
|
||||
the same app-core file write/publish executor before retained fallback while
|
||||
Web/incomplete-readback collection cases remain on older retained paths. It
|
||||
also bridges timelapse and animation MP4 export picker-selected paths while
|
||||
preserving desktop worker-thread timelapse behavior, mobile/Web save
|
||||
callbacks, `App::rec_export`, animation `Canvas::export_anim_mp4`, and
|
||||
|
||||
Reference in New Issue
Block a user