An open API service indexing awesome lists of open source software.

https://github.com/tong/armcli

Armory3D CLI
https://github.com/tong/armcli

armory3d cli

Last synced: 11 months ago
JSON representation

Armory3D CLI

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
```