Phase 0.3-0.5: SVG export + YAML sidecars + asset catalog

- Add hair class KeyMap entries (基髪→BaseHair, 前髪→FrontHair, 胸毛→ChestHair)
- Implement cardinal spline → cubic Bezier SVG export for all 175 body parts
- Generate YAML sidecar files (part.yaml) per part with metadata
- Write Catalog.yaml index for runtime asset loading
- Output to SlaveMatrix/Assets/Parts/{EnglishName}/ structure
- Each part directory contains part.yaml + x{x}y{y}.svg morph variants
- 838 SVGs across 324 morph variants, 175 sidecars, 1 catalog
- Extraction tool now serves as the asset build pipeline step
This commit is contained in:
2026-06-13 17:56:01 +02:00
parent fb0ff502f0
commit 58f3bf6884
1070 changed files with 83799 additions and 32 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1 1">
<g transform="translate(0.4547005669688791,0.12989957083078105) rotate(0) scale(1,1) translate(-0.10607580700652562,-0.10607580700652564)"><path d="M 0.10607580700652564 0.10536213513152567 C 0.10641760388152563 0.10538414001433817 0.11086096325652564 0.10568566638152568 0.11017736950652564 0.10562619372527568 C 0.11086096325652564 0.10568566638152568 0.11462072888152564 0.10611327477996313 0.11427893200652564 0.10607580700652564" fill="none" stroke="none" stroke-width="0"/>
<path d="M 0.11427893200652564 0.10607580700652564 C 0.11393713513152565 0.10611327477996314 0.10949377575652564 0.10658489294402568 0.11017736950652564 0.10652542028777567 C 0.10949377575652564 0.10658489294402568 0.10573401013152564 0.10681148376433816 0.10607580700652564 0.10678947888152567" fill="none" stroke="none" stroke-width="0"/>
<path d="M 0.10607580700652564 0.10678947888152567 C 0.10573401013152564 0.10676747399871317 0.10129065075652563 0.10646594763152567 0.10197424450652563 0.10652542028777567 C 0.10129065075652563 0.10646594763152567 0.09753088513152561 0.10603833923308813 0.09787268200652562 0.10607580700652564" fill="none" stroke="none" stroke-width="0"/>
<path d="M 0.09787268200652562 0.10607580700652564 C 0.09821447888152561 0.10603833923308814 0.10265783825652562 0.10556672106902568 0.10197424450652562 0.10562619372527568 C 0.10265783825652562 0.10556672106902568 0.10641760388152562 0.10534013024871318 0.10607580700652562 0.10536213513152567" fill="none" stroke="none" stroke-width="0"/>
</g></svg>

After

Width:  |  Height:  |  Size: 1.6 KiB