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,26 @@
id: 眉左
original_key: 眉左
resource: 胴体
morph_x: 1
morph_y: 3
variants:
- x: 0
y: 0
file: x0y0.svg
- x: 0
y: 1
file: x0y1.svg
- x: 0
y: 2
file: x0y2.svg
fields:
- name:
joints:
- position: [
0.020870148923362024,
0.014606787502030458
]
- position: [
0.021108079555371802,
0.012544992408143161
]

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1 1">
<g transform="translate(0.3253358894007324,0.10604815195191086) rotate(0) scale(1,1) translate(-0.014474419421273439,-0.013914219163429307)"><path d="M 0.02191523632553719 0.01530090260060082 C 0.02165266397331047 0.015202627903611649 0.018129524392604315 0.01398267341774808 0.018764368098816552 0.014121606236730751 C 0.018129524392604315 0.01398267341774808 0.013514259007479618 0.013606904893921109 0.014297111850990333 0.013633708772808773 C 0.013514259007479618 0.013606904893921109 0.008493735403668348 0.013913073071817146 0.009370133976687978 0.013799959690078783 C 0.008493735403668348 0.013913073071817146 0.0033145118912603334 0.015090328492301656 0.0037803289747547677 0.014991069353669128" fill="none" stroke="#000000" stroke-width="0.001"/>
<path d="M 0.0037803289747547677 0.014991069353669128 C 0.004236294270452328 0.014849678902581124 0.01015163543535104 0.013119602790844351 0.009251912523125488 0.01329438394061308 C 0.01015163543535104 0.013119602790844351 0.015390788789131488 0.012921695739803386 0.014577003921461388 0.01289369555644438 C 0.015390788789131488 0.012921695739803386 0.019628850302173016 0.013830986727934182 0.0190173309351667 0.013630386140921144 C 0.019628850302173016 0.013830986727934182 0.022156728441401395 0.015440112305574127 0.02191523632553719 0.01530090260060082" fill="none" stroke="#000000" stroke-width="0.001"/>
</g></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1 1">
<g transform="translate(0.3253358894007324,0.10604815195191086) rotate(0) scale(1,1) translate(-0.016111961352526034,-0.013156925849981177)"><path d="M 0.02360691720038177 0.015101589430899473 C 0.023365888066574494 0.01508073731167001 0.020182092772793557 0.01474980550278535 0.020714567594694477 0.01485136400014592 C 0.020182092772793557 0.01474980550278535 0.016439737771449924 0.013656997588446792 0.017217219337570745 0.013882887462572612 C 0.016439737771449924 0.013656997588446792 0.010460808046868286 0.01195592924569765 0.011384788801244652 0.012140685510636066 C 0.010460808046868286 0.01195592924569765 0.0056915054087051595 0.011626239514367922 0.0061294502850543515 0.011665812283311625" fill="none" stroke="#000000" stroke-width="0.001"/>
<path d="M 0.0061294502850543515 0.011665812283311625 C 0.006600865973171941 0.011675195505348342 0.012728164076658027 0.011896211564250208 0.01178643854246542 0.01177841094775223 C 0.012728164076658027 0.011896211564250208 0.01820009767116265 0.013294736352634243 0.01743015669536564 0.013079419681287346 C 0.01820009767116265 0.013294736352634243 0.021540460294114248 0.01453072514971601 0.02102573025202957 0.014362211003915 C 0.021540460294114248 0.01453072514971601 0.02382201611274445 0.015163204299814846 0.02360691720038177 0.015101589430899473" fill="none" stroke="#000000" stroke-width="0.001"/>
</g><g transform="translate(0.3300940769715684,0.10749801360396014) rotate(0) scale(1,1) translate(-0.005642377175266961,-0.003445100776715946)"><path d="M 0.010412316283716248 0.003089423241821993 C 0.010421478046199742 0.0031915386797479973 0.010493821238769364 0.0044985888570409326 0.010522257433518162 0.004314808496934046 C 0.010493821238769364 0.0044985888570409326 0.010033483989498371 0.005376452485285514 0.010071081946730663 0.005294787563104632" fill="none" stroke="#000000" stroke-width="0.001"/>
</g></svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1 1">
<g transform="translate(0.3253358894007324,0.10604815195191086) rotate(0) scale(1,1) translate(-0.01614132430610735,-0.012884365014566879)"><path d="M 0.0240537016695643 0.010762634107190038 C 0.0238060634708733 0.010934510411264472 0.020534973793370256 0.013072820325815611 0.021082043285272332 0.012825149756083237 C 0.020534973793370256 0.013072820325815611 0.016678825378629043 0.013855685885134578 0.017488867766739403 0.013734680943978525 C 0.016678825378629043 0.013855685885134578 0.01043938028527414 0.014420006176777843 0.011361534627947999 0.014277209049955874 C 0.01043938028527414 0.014420006176777843 0.0060114724068785225 0.01554583291716602 0.006423015654653098 0.015448246465842162" fill="none" stroke="#000000" stroke-width="0.001"/>
<path d="M 0.006423015654653098 0.015448246465842162 C 0.006850730914215005 0.015310659514543468 0.012462312008032269 0.013587147676546018 0.011555598769395985 0.013797203050257834 C 0.012462312008032269 0.013587147676546018 0.01810178427296144 0.012799884648795803 0.0173035745182885 0.012927581981300364 C 0.01810178427296144 0.012799884648795803 0.021696626421410913 0.012084422737360557 0.021134115825471263 0.012264835060203084 C 0.021696626421410913 0.012084422737360557 0.024297000489905386 0.01063745069443895 0.0240537016695643 0.010762634107190038" fill="none" stroke="#000000" stroke-width="0.001"/>
</g><g transform="translate(0.33030264464999687,0.10570877934548714) rotate(0) scale(1,1) translate(-0.005642377175266961,-0.003445100776715946)"><path d="M 0.010514910682984734 0.00013959326022925473 C 0.010523894048561239 0.0002431586259425597 0.010598378986786306 0.0015862229996636645 0.010622711069902795 0.0013823776487889143 C 0.010598378986786306 0.0015862229996636645 0.010189610236893862 0.0026860174558877045 0.010222925685586857 0.002585737470726259" fill="none" stroke="#000000" stroke-width="0.001"/>
</g></svg>

After

Width:  |  Height:  |  Size: 1.9 KiB