Files
armorpaint/readme.md
T
luboslenco fb5947a38b Merge forge
2025-08-07 19:44:08 +02:00

22 lines
526 B
Markdown

![](https://armorpaint.org/img/git_root.jpg)
armortools
==============
3D content creation tools.
[armorpaint/](https://github.com/armory3d/armortools/tree/main/paint)<br>
[armorlab/](https://github.com/armory3d/armortools/tree/main/lab)
**Generating a locale file**
```bash
./base/make --js base/tools/extract_locales.js <locale code>
# Generates a `base/assets/locale/<locale code>.json` file
```
**Embedding data files**
```bash
# Requires compiler with c23 #embed support (clang 19 or newer)
../base/make --embed
```