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,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.3373434528286707,0.10039800795060094) rotate(0) scale(1,1) translate(-0.004673193949358962,-0.009407905204451655)"><path d="M -0.014347517095759878 0.015021222733999966 C -0.013248465276432421 0.014690559323416683 0.00042616398992950536 0.010539243725310952 -0.0011588952638303981 0.011053261807000577 C 0.00042616398992950536 0.010539243725310952 0.005645208818223858 0.008853005753724469 0.004673193949358964 0.008853005753724469 C 0.005645208818223858 0.008853005753724469 0.012090342416308231 0.011567279888690203 0.01050528316254833 0.011053261807000577 C 0.012090342416308231 0.011567279888690203 0.02479295681380525 0.015351886144583249 0.023693904994477794 0.015021222733999966" fill="none" stroke="#000000" stroke-width="0.001"/>
<path d="M 0.023693904994477794 0.015021222733999966 C 0.022767442284769467 0.01458417695462943 0.01099129322421798 0.009035221355885576 0.012576352477977882 0.009776673381553547 C 0.01099129322421798 0.009035221355885576 0.0033560008612558093 0.006123798425984307 0.004673193949358962 0.006123798425984307 C 0.0033560008612558093 0.006123798425984307 -0.004815023833019855 0.010518125407221518 -0.0032299645792599517 0.009776673381553547 C -0.004815023833019855 0.010518125407221518 -0.015273979805468206 0.015458268513370501 -0.014347517095759878 0.015021222733999966" fill="none" stroke="#000000" stroke-width="0.001"/>
</g></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB