Files
armorpaint/README.md
T
2024-07-22 00:23:05 +02:00

24 lines
600 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)
**Updating cloned repository**
```bash
git pull origin main
git submodule update --init --recursive
# Delete `armorpaint/build` directory if present
```
**Generating a locale file**
```bash
export ARM_LOCALE=<locale code>
./armorcore/make --from base/tools --kfile extract_locales.js
# Generates a `base/assets/locale/<locale code>.json` file
```