Commit d943504
DavidQ
Remove
- Eliminated `imageDataUrl` usage in `tools/Tilemap Studio/main.js` and `tools/Parallax Scene Studio/main.js`.
- Replaced DataURL import/preview flow with transient `blob:` object URLs (non-persisted), including cache + cleanup/revocation handling.
- Removed fallback branches based on `imageDataUrl` and kept path-based (`imageName`/`imageSource`) as source of truth.
- Updated `tools/shared/projectToolIntegration.js` to stop stripping `imageDataUrl` (no longer present in active tool payloads).
- Verified with `node --check` and repo grep: no `imageDataUrl` usage remains in `tools/` and `samples/` JS/JSON.imageDataUrl from active tool runtime paths (Tilemap + Parallax)1 parent 0efdf62 commit d943504
9 files changed
Lines changed: 159 additions & 110 deletions
File tree
- samples
- metadata
- phase-12
- 1209/assets/images
- 1210/assets/images
- 1211/assets/images
- phase-17
- 1706/assets/images
- 1707/assets/images
- tools
- Parallax Scene Studio
- Tilemap Studio
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6421 | 6421 | | |
6422 | 6422 | | |
6423 | 6423 | | |
6424 | | - | |
| 6424 | + | |
| 6425 | + | |
| 6426 | + | |
6425 | 6427 | | |
6426 | 6428 | | |
6427 | 6429 | | |
| |||
6446 | 6448 | | |
6447 | 6449 | | |
6448 | 6450 | | |
6449 | | - | |
| 6451 | + | |
| 6452 | + | |
| 6453 | + | |
6450 | 6454 | | |
6451 | 6455 | | |
6452 | 6456 | | |
| |||
6471 | 6475 | | |
6472 | 6476 | | |
6473 | 6477 | | |
6474 | | - | |
| 6478 | + | |
| 6479 | + | |
| 6480 | + | |
6475 | 6481 | | |
6476 | 6482 | | |
6477 | 6483 | | |
| |||
Loading
Loading
Loading
Loading
Loading
0 commit comments