You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added local animation strip export for Sprite Creator. Download Animation Strip generates a PNG strip from unsaved page-session frames only. The export does not save to the sprite library, publish an asset, call an API, create database records, or introduce authoritative browser-owned product data.
14
+
15
+
## Branch Validation
16
+
17
+
PASS
18
+
19
+
- Built from `PR_26179_CHARLIE_036-sprites-animation-preview`.
20
+
- Scope stayed limited to unsaved animation export.
21
+
- No DB/API/schema changes.
22
+
- No saved product data or browser-owned authoritative product data added.
23
+
- No start_of_day files changed.
24
+
- ZIP package created at the requested path.
25
+
26
+
## Requirement Checklist
27
+
28
+
PASS - Animation strip export button added.
29
+
30
+
PASS - Export requires at least two unsaved frames.
31
+
32
+
PASS - Export creates a local PNG strip download.
33
+
34
+
PASS - Export stops animation preview before generating the strip.
35
+
36
+
PASS - No persistence, publishing, API, database, or storage behavior added.
0 commit comments