Files
armorpaint/readme.md
T
2024-11-08 18:53:39 +01:00

24 lines
706 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
./armorcore/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)
../armorcore/make --embed
```