- Removed the early `continue` that skipped a layer with no resident content — it also skipped the active raster layer's onion ghosts when the current cel was blank (the exact case you trace a new cel from neighbours). Each render arm already guards its own empty case, so the skip was redundant. - Ghost texture resolution now falls through cache → resident raw_pixels (upload) → in-memory proxy → request fault-in, so neighbours that were paged out (e.g. after a seek, or saved-this-session with no decoded proxy) page in and ghost in, instead of silently rendering nothing. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| assets | ||
| examples | ||
| src | ||
| Cargo.toml | ||
| PLAN.md | ||
| TOOL_IMPLEMENTATION_PLAN.md | ||
| build.rs | ||