https://github.com/tong/armcli
Armory3D CLI
https://github.com/tong/armcli
armory3d cli
Last synced: 11 months ago
JSON representation
Armory3D CLI
- Host: GitHub
- URL: https://github.com/tong/armcli
- Owner: tong
- Created: 2022-11-24T17:13:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-03T00:12:36.000Z (about 3 years ago)
- Last Synced: 2025-04-13T12:11:51.734Z (about 1 year ago)
- Topics: armory3d, cli
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Armory3D](https://armory3d.org/) command line interface
## Install
Clone this repo:
```sh
git clone https://github.com/tong/armcli.git
```
Create a symlink somewhere in your PATH to `armcli/armory.py`:
```sh
ln -s /armcli.py $HOME/.local/bin/armory
```
## Usage
```sh
usage: armory [-h] [--blender-stdout] [--blender-executeable BLENDER_EXECUTEABLE] [--blend BLEND] [--sdk ARMSDK] [--verbose]
{build,publish,clean,play,exporters,renderpath,versioninfo,sdk} ...
positional arguments:
{build,publish,clean,play,exporters,renderpath,versioninfo,sdk}
build build project
publish publish project
clean clean project
play play project
exporters manage exporters
renderpath manage renderpaths
versioninfo print version info
sdk manage armsdk
options:
-h, --help show this help message and exit
--blender-stdout print blenders stdout
--blender-executeable BLENDER_EXECUTEABLE
path to blender executeable
--blend BLEND path to main blend file
--sdk ARMSDK path to armsdk
--verbose print verbose outpout
```