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.27139409391117386,0.19730777044312608) rotate(0) scale(1,1) translate(-0.05619588048696846,-0.05619588048696846)"><path d="M 0.052751193978965834 0.019785594333802187 C 0.0544066216358345 0.019626905169164214 0.0760256453361375 0.016611261914044998 0.07261632586138984 0.01788132435814651 C 0.0760256453361375 0.016611261914044998 0.09541691949381656 0.0034334717251205257 0.09366302767593758 0.004544845004584063" fill="none" stroke="none" stroke-width="0"/>
<path d="M 0.09366302767593758 0.004544845004584063 C 0.09435457566527702 0.009236226646682742 0.1043377460686051 0.06688630486161116 0.10196160354801084 0.0608414247097682 C 0.1043377460686051 0.06688630486161116 0.12386133245432357 0.07843690533644392 0.12217673792306874 0.07708340682669963" fill="none" stroke="none" stroke-width="0"/>
<path d="M 0.12217673792306874 0.07708340682669963 C 0.11576107799738027 0.07822566963340147 0.03309425291527959 0.09555665340999121 0.04518881881480701 0.09079056050712171 C 0.03309425291527959 0.09555665340999121 -0.028636958845099206 0.13790035175730123 -0.022958052871260265 0.13427652166113357" fill="none" stroke="#000000" stroke-width="0.001"/>
<path d="M -0.022958052871260265 0.13427652166113357 C -0.01925328599191392 0.128981720230982 0.027808253585081363 0.06119799388870377 0.02149914968089586 0.07073890449931472 C 0.027808253585081363 0.06119799388870377 0.05535553100380497 0.01553948515334281 0.052751193978965806 0.019785594333802187" fill="none" stroke="none" stroke-width="0"/>
</g></svg>

After

Width:  |  Height:  |  Size: 1.6 KiB