Files
armorpaint/readme.md
T
2026-03-24 12:40:18 +01:00

21 lines
461 B
Markdown

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