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,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1 1">
<g transform="translate(0.3162111684713726,0.08586243713995967) rotate(0) scale(1,1) translate(-0.16923840088096093,-0.15730043338067493)"><path d="M 0.1686940821861075 0.16634512266918702 C 0.1686601805832185 0.16709449627853754 0.16829982046374564 0.17677482817250179 0.16828726295143936 0.17533760598139303 C 0.16829982046374564 0.17677482817250179 0.16889123144897816 0.18427963754425042 0.16884477233378287 0.18359178896249215" fill="none" stroke="#000000" stroke-width="0.001"/>
<path d="M 0.16884477233378287 0.18359178896249215 C 0.1690509553314997 0.18446081765351452 0.17185044163037932 0.19580485433054734 0.17131896830638477 0.19402013325476045 C 0.17185044163037932 0.19580485433054734 0.1755477425479951 0.20592413425669945 0.1752224522217174 0.2050084418719349" fill="none" stroke="#000000" stroke-width="0.001"/>
<path d="M 0.1752224522217174 0.2050084418719349 C 0.17463506255136646 0.20403372211500506 0.16723292742706858 0.19163751374418236 0.168173776177506 0.19331180478877671 C 0.16723292742706858 0.19163751374418236 0.16357880813638184 0.18421737804913824 0.1639322672164683 0.18491694933680272" fill="none" stroke="#000000" stroke-width="0.001"/>
<path d="M 0.1639322672164683 0.18491694933680272 C 0.16381414762611793 0.18399727463630006 0.1625758600584219 0.17208680751573757 0.16251483213226375 0.17388085293077063 C 0.1625758600584219 0.17208680751573757 0.16484374984687458 0.1625140336418758 0.16466460233036606 0.16338840435640617" fill="none" stroke="#000000" stroke-width="0.001"/>
</g><g transform="translate(0.3188180705727485,0.08613207873375459) rotate(0) scale(1,1) translate(-0.17437021695099683,-0.15706217049170884)"><path d="M 0.1716746765712071 0.16635929267858018 C 0.17160824322665102 0.16697161519785164 0.17085352247392147 0.1750620200572896 0.170877476436534 0.17370716290983784 C 0.17085352247392147 0.1750620200572896 0.17142970840180022 0.18336011307618144 0.17138722901985667 0.18261757844800117" fill="none" stroke="#000000" stroke-width="0.001"/>
<path d="M 0.17138722901985667 0.18261757844800117 C 0.17159221319306278 0.18320808363504437 0.17441926820579978 0.1909747483363836 0.1738470390983301 0.18970364069251963 C 0.17441926820579978 0.1909747483363836 0.17862122324375643 0.19855147263118947 0.17825397830949286 0.19787087017436872" fill="none" stroke="#000000" stroke-width="0.001"/>
<path d="M 0.17825397830949286 0.19787087017436872 C 0.17765260862823576 0.19725054246384574 0.1700972973994299 0.1891782017257749 0.17103754213440778 0.19042693764809313 C 0.1700972973994299 0.1891782017257749 0.16663216643603743 0.1822576308947549 0.16697104148975822 0.18288603910655016" fill="none" stroke="#000000" stroke-width="0.001"/>
<path d="M 0.16697104148975822 0.18288603910655016 C 0.1668697670279825 0.18210989893283924 0.16581063714015412 0.17211606693157336 0.16575574794844966 0.17357235702201926 C 0.16581063714015412 0.17211606693157336 0.16778587544369195 0.16473040810446443 0.16762971179021177 0.16541055802119942" fill="none" stroke="#000000" stroke-width="0.001"/>
</g></svg>

After

Width:  |  Height:  |  Size: 3.1 KiB