Files
WoWee/tools
Kelsi 33ddfa9afe feat(editor): add --list-project-textures for cross-zone texture rollup
Project-wide companion to --list-zone-textures. Walks every WOM across
every zone in <projectDir>, dedupes texture paths globally, and emits
both a per-zone WOM/unique-texture summary table and a project-global
texture set with usage counts.

Useful for "how many textures do I need to ship across the whole
project" — texture sharing across zones often makes the global set
much smaller than the per-zone sum, and the usage counts identify
shared workhorses vs zone-specific assets.

Brings command count to 175.
2026-05-06 21:14:57 -07:00
..