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,31 @@
id:
original_key:
resource: 胴体
morph_x: 1
morph_y: 2
variants:
- x: 0
y: 0
file: x0y0.svg
- x: 0
y: 1
file: x0y1.svg
fields:
- name:
joints:
- position: [
0.025474607754010094,
0.02629677599987642
]
- position: [
0.02641547651749991,
0.02629677599987642
]
- position: [
0.026845977964465202,
0.027269898741448636
]
- position: [
0.027915654913375,
0.027269898741448636
]

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.3373434528286707,0.12597906388280283) rotate(0) scale(1,1) translate(-0.025944674943381808,-0.025944674943381815)"><path d="M 0.0259446749433818 0.02547179470701056 C 0.025972804697393832 0.02549290873073105 0.026318529654937604 0.025767486999137747 0.026282231991526173 0.025725162991656423 C 0.026318529654937604 0.025767486999137747 0.026388414813718362 0.0260008927805473 0.026380246904318963 0.025979682796786464" fill="none" stroke="none" stroke-width="0"/>
<path d="M 0.026380246904318963 0.025979682796786464 C 0.026372078994919564 0.0259978794993899 0.026245934328114742 0.026234532593274885 0.026282231991526173 0.02619804322802767 C 0.026245934328114742 0.026234532593274885 0.02591654518936977 0.026435847842396838 0.0259446749433818 0.026417555179753055" fill="none" stroke="none" stroke-width="0"/>
<path d="M 0.0259446749433818 0.026417555179753055 C 0.0259447667414751 0.02639785183657092 0.025945736881350354 0.026130553965735482 0.025945776520501396 0.026181115061567437 C 0.025945736881350354 0.026130553965735482 0.025944067836324983 0.02577996427711979 0.02594419927356932 0.02581082202976961" fill="none" stroke="#000000" stroke-width="0.001"/>
<path d="M 0.02594419927356932 0.02581082202976961 C 0.02594433071081366 0.02580227309605516 0.025945816159652444 0.025679982548299604 0.025945776520501403 0.025708234825196193 C 0.025945816159652444 0.025679982548299604 0.0259445831452885 0.025452091363828425 0.0259446749433818 0.02547179470701056" fill="none" stroke="#000000" stroke-width="0.001"/>
</g></svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1 1">
<g transform="translate(0.3373434528286707,0.12597906388280283) rotate(0) scale(1,1) translate(-0.027380816438920104,-0.02738081643892012)"><path d="M 0.027380816438920104 0.027793657133732805 C 0.027299010392914047 0.027793657133732805 0.026800840417141276 0.027097159020864566 0.02688998016288376 0.027184452086245262 C 0.026800840417141276 0.027097159020864566 0.026312371594062838 0.02666117037456654 0.0263111394900103 0.026746140349164466 C 0.026312371594062838 0.02666117037456654 0.02703357607620718 0.026116368394562287 0.026904765411514205 0.026164812391070148 C 0.02703357607620718 0.026116368394562287 0.027985678131018973 0.02621325638757801 0.027856867466326 0.026164812391070148 C 0.027985678131018973 0.02621325638757801 0.028451725491882435 0.026831110323762394 0.028450493387829897 0.026746140349164466 C 0.028451725491882435 0.026831110323762394 0.02778251296921397 0.02727174515162596 0.027871652714956452 0.027184452086245262 C 0.02778251296921397 0.02727174515162596 0.027299010392914047 0.027793657133732805 0.027380816438920104 0.027793657133732805 Z" fill="#cccccc" stroke="#000000" stroke-width="0.001"/>
</g></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB