mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-06-07 07:34:43 -04:00
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.