feat: update scripts

- add meshes builder (copyer).
- fix json compressor.
This commit is contained in:
2025-07-24 10:16:58 +08:00
parent 0ae95e927f
commit 10de948a79
7 changed files with 151 additions and 132 deletions

View File

@ -1,4 +1,4 @@
# Tools
# Scripts
These tool scripts is served for BBP_NG specifically. We use Astral UV with a single Python project file to manage these tools. You can browse their usage in this file.
@ -14,6 +14,12 @@ Compress BME prototype JSON files into smaller size.
Execute `uv run build_json.py`
## Build Meshes
Copy Ballance element placeholder into Blender plugin.
Execute `uv run build_meshes.py`
## Validate BME Prototype
Validate the correction of BME prorotype JSON files.