Files
armorpaint/readme.md
T
luboslenco 47bc985b42 Cleanup
2025-02-26 08:47:09 +01:00

24 lines
696 B
Markdown

![](https://armorpaint.org/img/git_root.jpg)
armortools
==============
3D content creation tools.
[armorpaint/](https://github.com/armory3d/armortools/tree/main/armorpaint)<br>
[armorlab/](https://github.com/armory3d/armortools/tree/main/armorlab)<br>
[armorsculpt/](https://github.com/armory3d/armortools/tree/main/armorsculpt)<br>
[armorforge/](https://github.com/armory3d/armortools/tree/main/armorforge)
**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
```