Linzhan commited on
Commit
7b1add0
·
verified ·
1 Parent(s): dd4d894

Add tabular index (metadata.csv, characters.csv) + card metadata

Browse files
Files changed (1) hide show
  1. scripts/README.md +1 -0
scripts/README.md CHANGED
@@ -30,6 +30,7 @@ No token needed.
30
  | `build_frames.py` | `../animation_frames.json` |
31
  | `build_characters.py` | `../characters.json` |
32
  | `check_retarget.py` | `../animation_bones.json`, `../character_bones.json` |
 
33
 
34
  Two small libraries back these, and are useful on their own:
35
 
 
30
  | `build_frames.py` | `../animation_frames.json` |
31
  | `build_characters.py` | `../characters.json` |
32
  | `check_retarget.py` | `../animation_bones.json`, `../character_bones.json` |
33
+ | `build_tables.py` | `../metadata.csv`, `../characters.csv` (the browsable/loadable index) |
34
 
35
  Two small libraries back these, and are useful on their own:
36